Aspose::Pdf::Facades::PdfFileInfo::GetPageXOffset method

PdfFileInfo::GetPageXOffset method

Gets the horizontal offset of the specified page display area.

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

ReturnValue

The horizontal offset from the left side of the page.

See Also