Node.Document Property

Aspose.Note for .NET API

NodeDocument Property

Gets the document of the node.

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

Property Value

Type: Document
The document.
See Also