DocumentStructure Class
Inheritance
System.Object
DocumentStructure
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.XPS
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public class DocumentStructure
Constructors
DocumentStructure()
Declaration
public DocumentStructure()
Properties
DocumentStructureOutline
Declaration
public Outline DocumentStructureOutline { get; set; }
Property Value
Type |
---|
Outline |
Story
Declaration
public Story[] Story { get; set; }
Property Value
Type |
---|
Story[] |