Gets the document page information such as page index and page size.
Namespace: GroupDocs.Parser.DataAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 21.2.0
Syntaxpublic Page Page { get; }
Public ReadOnly Property Page As Page
Get
public:
property Page^ Page {
Page^ get ();
}
member Page : Page with get
Property Value
Type:
PageAn instance of
Page class that represents the page that contains the page area.
See Also