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)
ParameterTypeDescription
pageIndexint32_tThe 0-based page index.

See Also