PageSubtractRotations Method |
Rotate r0 counter clockwise by r1.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static PageRotate SubtractRotations(
PageRotate r0,
PageRotate r1
)
Public Shared Function SubtractRotations (
r0 As PageRotate,
r1 As PageRotate
) As PageRotate
public:
static PageRotate SubtractRotations(
[InAttribute] PageRotate r0,
[InAttribute] PageRotate r1
)
pdftron.PDF.Page.SubtractRotations = function(r0, r1);
Parameters
- r0
- Type: pdftron.PDFPageRotate
r0 first rotation.
- r1
- Type: pdftron.PDFPageRotate
r1 second rotation.
Return Value
Type:
PageRotate returns r0 - r1
Exceptions Exception | Condition |
---|
[!:PDFNetException] | PDFNetException the PDFNet exception |
See Also