Aspose.Note for .Net
NodeDocument Property |
Gets the document of the node.
Namespace: Aspose.Note
Assembly: Aspose.Note (in Aspose.Note.dll) Version: 18.1

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: DocumentThe document.
