Click or drag to resize

Page.AddRotations 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.PDF.PageRotate
r0 first rotation.
r1
Type: pdftron.PDF.PageRotate
r1 second rotation.

Return Value

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