Gets the depth level.
Namespace: GroupDocs.Parser.DataAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 21.2.0
Syntaxpublic int Depth { get; }
Public ReadOnly Property Depth As Integer
Get
public:
property int Depth {
int get ();
}
member Depth : int with get
Property Value
Type:
Int32An integer value that represents the depth level of the item.
See Also