Class DocumentPropertyCollection
Document properties enumerator.
Inheritance
System.Object
DocumentPropertyCollection
Namespace: Syncfusion.CompoundFile.XlsIO.Net
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class DocumentPropertyCollection : Object
Constructors
DocumentPropertyCollection()
Default constructor.
Declaration
public DocumentPropertyCollection()
DocumentPropertyCollection(Stream)
Initializes new instance of the enumerator.
Declaration
public DocumentPropertyCollection(Stream stream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream | Stream to parse. |
Properties
Sections
Returns list lf all sections.
Declaration
public List<PropertySection> Sections { get; }
Property Value
Type |
---|
System.Collections.Generic.List<PropertySection> |
Methods
Serialize(Stream)
Saves collection into stream.
Declaration
public void Serialize(Stream stream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream |