BookmarkLevel
Level Property
|
Gets or sets the level.
Namespace:
Spire.Doc.Documents.Rendering
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public int Level { get; }
Public ReadOnly Property Level As Integer
Get
public:
property int Level {
int get ();
}
member Level : int with get
Property Value
Type:
Int32
The level.
See Also