PdfSortedList
MarkerHierarchy Property
|
True if user want to use numbering hierarchy, otherwise false.
Namespace:
Spire.Pdf.Lists
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool MarkerHierarchy { get; set; }
Public Property MarkerHierarchy As Boolean
Get
Set
public:
property bool MarkerHierarchy {
bool get ();
void set (bool value);
}
member MarkerHierarchy : bool with get, set
Property Value
Type:
Boolean
See Also