Aspose::Pdf::Facades::PdfFileInfo::GetPageHeight method

PdfFileInfo::GetPageHeight method

Gets the height of the specified page.

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

ReturnValue

The height of the page.

See Also