Aspose.Note for .Net
Page Constructor |
Initializes a new instance of the Page class.
Namespace: Aspose.Note
Assembly: Aspose.Note (in Aspose.Note.dll) Version: 18.1

public Page( Document document )
Public Sub New ( document As Document )
public: Page( Document^ document )
new : document : Document -> Page
Parameters
- document
- Type: Aspose.NoteDocument
The parent document of the page.
