Click or drag to resize

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
)

Parameters

r0
Type: pdftron.PDFPageRotate
r0 first rotation.
r1
Type: pdftron.PDFPageRotate
r1 second rotation.

Return Value

Type: PageRotate
returns r0 - r1
Exceptions
ExceptionCondition
[!:PDFNetException] PDFNetException the PDFNet exception
See Also