Aspose::Pdf::Facades::PdfFileInfo::GetPageRotation method

PdfFileInfo::GetPageRotation method

Gets the rotation of the specified page.

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

ReturnValue

The rotation of the page. The value may be 0,90,180,270.

See Also