Click or drag to resize

PDFDrawSetRotate Method

Sets the rotation value for this page.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetRotate(
	PageRotate rotation
)

Parameters

rotation
Type: pdftron.PDFPageRotate
The new rotation value to set.
Remarks
This method is used only for drawing purposes and it does not modify the document (unlike Page.SetRotate()).
See Also