PdfFileInfo.GetPageXOffset

PdfFileInfo.GetPageXOffset method

Gets the horizontal offset of the specified page display area.

public float GetPageXOffset(int pageNum)
ParameterTypeDescription
pageNumInt32Page number.

Return Value

The horizontal offset from the left side of the page.

See Also