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
)
Public Sub SetRotate (
rotation As PageRotate
)
public:
virtual void SetRotate(
[InAttribute] PageRotate rotation
) sealed
function SetRotate(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