Sets the rotation value of the annotation. The Rotation specifies the number of degrees by which the
annotation shall be rotated counterclockwise relative to the page.
The value shall be a multiple of 90.
(Optional)
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetRotation(
int rot
)
Public Sub SetRotation (
rot As Integer
)
public:
virtual void SetRotation(
[InAttribute] int rot
) sealed
function SetRotation(rot);
Parameters
- rot
- Type: SystemInt32
An integer representing the rotation value of the annotation.
Implements
IAnnotSetRotation(Int32)Remarks
This property is part of the appearance characteristics dictionary, this dictionary
that shall be used in constructing a dynamic appearance stream specifying the annotation’s visual
presentation on the page.
See Also