Aspose::Words::Document::GetPageInfo method
Document::GetPageInfo method
Gets the page size, orientation and other information about a page that might be useful for printing or rendering.
System::SharedPtr<Aspose::Words::Rendering::PageInfo> Aspose::Words::Document::GetPageInfo(int32_t pageIndex)
Parameter | Type | Description |
---|---|---|
pageIndex | int32_t | The 0-based page index. |
See Also
- Class PageInfo
- Class Document
- Namespace Aspose::Words
- Library Aspose.Words for C++