PdfFileInfo.GetPageWidth

PdfFileInfo.GetPageWidth method

Gets the width of the specified page.

public float GetPageWidth(int pageNum)
ParameterTypeDescription
pageNumInt32Page number.

Return Value

The width of the page.

See Also