Class DocumentPropertyCollection
Document properties enumerator.
Inheritance
System.Object
    DocumentPropertyCollection
  Inherited Members
      System.Object.Equals(System.Object)
    
      System.Object.Equals(System.Object, System.Object)
    
      System.Object.GetHashCode()
    
      System.Object.GetType()
    
      System.Object.MemberwiseClone()
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
      System.Object.ToString()
    
Namespace: Syncfusion.CompoundFile.DocIO.Net
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public class DocumentPropertyCollectionConstructors
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 |