CompositeNodeBase Constructor (NodeType) |
Namespace:
Aspose.Note
Assembly:
Aspose.Note (in Aspose.Note.dll) Version: 20.3
Syntaxprotected CompositeNodeBase(
NodeType nodeType
)
Protected Sub New (
nodeType As NodeType
)
protected:
CompositeNodeBase(
NodeType nodeType
)
new :
nodeType : NodeType -> CompositeNodeBaseParameters
- nodeType
- Type: Aspose.NoteNodeType
The type of the node.
See Also