Click or drag to resize

PageRotationToDegree Method

Convert a rotation to a number.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static int RotationToDegree(
	PageRotate r
)

Parameters

r
Type: pdftron.PDFPageRotate
rotation to convert to number

Return Value

Type: Int32
one of four numbers; 0, 90, 180 or 270.
Exceptions
ExceptionCondition
[!:PDFNetException] PDFNetException the PDFNet exception
See Also