Click or drag to resize

PageAddRotations Method

Rotate r0 clockwise by r1

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static PageRotate AddRotations(
	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