A code representing the type of the underlying object.
Namespace: Aspose.Svg.DomAssembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntaxpublic override ushort NodeType { get; }Public Overrides ReadOnly Property NodeType As UShort
Get
public:
virtual property unsigned short NodeType {
unsigned short get () override;
}abstract NodeType : uint16 with get
override NodeType : uint16 with get
Property Value
Type:
UInt16
The type of the node.
See Also