DocumentStructure
DocumentStructureOutline Property
|
Namespace:
Spire.Additions.Xps.Schema
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public Outline DocumentStructureOutline { get; set; }
Public Property DocumentStructureOutline As Outline
Get
Set
public:
property Outline^ DocumentStructureOutline {
Outline^ get ();
void set (Outline^ value);
}
member DocumentStructureOutline : Outline with get, set
Property Value
Type:
Outline
See Also