Gets 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.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function GetRotation As Integer
public:
virtual int GetRotation() sealed
Return Value
Type:
Int32 An integer representing the rotation value of the annotation.
Implements
IAnnotGetRotationRemarks
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