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