Node Constructor (Document, NodeType)

Aspose.Note for .NET API

Node Constructor (Document, NodeType)

Initializes a new instance of the Node class. The class protected constructor.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
protected Node(
	Document document,
	NodeType nodeType
)
Protected Sub New ( 
	document As Document,
	nodeType As NodeType
)
protected:
Node(
	Document^ document, 
	NodeType nodeType
)
new : 
        document : Document * 
        nodeType : NodeType -> Node

Parameters

document
Type: Aspose.NoteDocument
Parent document for the node.
nodeType
Type: Aspose.NoteNodeType
Type of the node.
See Also