Contains information about a particular page of the document.
For a list of all members of this type, see PageInfo Members.
System.Object
Aspose.Editor.Client.PageInfo
[Visual Basic]
Public Class PageInfo
[C#]public class PageInfo
Remarks
A Microsoft Word document can have many sections, each section has its own page setup settings include paper size, orientation margins etc, therefore there could be pages of different sizes within a single document.
When you render individual pages of the document using PageRenderer, you might wish to obtain the page size using the PageInfo structure before creating an Image or Graphics for rendering the page.
You do not create instances of PageInfo directly. PageInfo objects are returned from the GetPageInfo method.
Requirements
Namespace: Aspose.Editor.Client
Assembly: Aspose.Editor.Client (in Aspose.Editor.Client.dll)
See Also
PageInfo Members | Aspose.Editor.Client Namespace | PageRenderer