PdfFileInfo.GetPageYOffset

PdfFileInfo.GetPageYOffset method

Gets the vertical offset of the specified page display area.

public float GetPageYOffset(int pageNum)
ParameterTypeDescription
pageNumInt32Page number.

Return Value

The vertical offset of the page display area.

See Also