Node.NodeType Property

Aspose.Note for .NET API

NodeNodeType Property

Gets the node type.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public NodeType NodeType { get; }
Public ReadOnly Property NodeType As NodeType
	Get
public:
property NodeType NodeType {
	NodeType get ();
}
member NodeType : NodeType with get

Property Value

Type: NodeType
See Also