PdfFileInfo.GetPageRotation

PdfFileInfo.GetPageRotation method

Gets the rotation of the specified page.

public int GetPageRotation(int pageNum)
ParameterTypeDescription
pageNumInt32Page number.

Return Value

The rotation of the page. The value may be 0,90,180,270.

See Also