Aspose::Pdf::Facades::PdfPageEditor::GetPageSize method

PdfPageEditor::GetPageSize method

Returns the page size of the specified page.

System::SharedPtr<Aspose::Pdf::PageSize> Aspose::Pdf::Facades::PdfPageEditor::GetPageSize(int32_t page)
ParameterTypeDescription
pageint32_tPage index. Document pages are numbered from 1.

ReturnValue

Result is instance of PageSize. Use Width and Height properties of the returned object to get page width and height.

See Also