Page Constructor

Aspose.Note for .NET API

Page Constructor

Initializes a new instance of the Page class.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
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.
See Also