Aspose::Pdf::Facades::PdfFileInfo::GetPageWidth method

PdfFileInfo::GetPageWidth method

Gets the width of the specified page.

float Aspose::Pdf::Facades::PdfFileInfo::GetPageWidth(int32_t pageNum)
ParameterTypeDescription
pageNumint32_tPage number.

ReturnValue

The width of the page.

See Also