PdfFileInfo.GetPageHeight

PdfFileInfo.GetPageHeight method

Gets the height of the specified page.

public float GetPageHeight(int pageNum)
ParameterTypeDescription
pageNumInt32Page number.

Return Value

The height of the page.

See Also