Click or drag to resize

WidgetSetRotation Method

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.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetRotation(
	int 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