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
)
Public Shared Function RotationToDegree (
r As PageRotate
) As Integer
public:
static int RotationToDegree(
[InAttribute] PageRotate r
)
pdftron.PDF.Page.RotationToDegree = function(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 Exception | Condition |
---|
[!:PDFNetException] | PDFNetException the PDFNet exception |
See Also