menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CompoundStream - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CompoundStream

    This interface represents stream in the compound file.

    Inheritance
    System.Object
    CompoundStream
    Namespace: Syncfusion.CompoundFile.XlsIO
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public abstract class CompoundStream : Stream

    Constructors

    CompoundStream(String)

    Initializes new instance of the compound stream object.

    Declaration
    public CompoundStream(string streamName)
    Parameters
    Type Name Description
    System.String streamName

    Name of the stream.

    Properties

    Name

    Returns name of the stream.

    Declaration
    public string Name { get; protected set; }
    Property Value
    Type
    System.String

    Methods

    CopyTo(CompoundStream)

    Copies stream content into another stream object.

    Declaration
    public virtual void CopyTo(CompoundStream stream)
    Parameters
    Type Name Description
    CompoundStream stream

    Stream to copy data into.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved