MarkupRotateAppearance Method |
Rotates the appearance of the Markup Annotation.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void RotateAppearance(
double angle
)
Public Sub RotateAppearance (
angle As Double
)
public:
virtual void RotateAppearance(
[InAttribute] double angle
) sealed
function RotateAppearance(angle);
Parameters
- angle
- Type: SystemDouble
the new rotation
Exceptions Exception | Condition |
---|
[!:PDFNetException] | PDFNetException the PDFNet exception |
Remarks Apply a rotation to an existing appearance.
This rotation will be reflected in the bounding rect of the annot (which
will be updated), but not in any other part of the annotation dictionary.
This will effectively create a custom appearance for the annotation,
and any subsequent calls to `RefreshAppearance` will clear this transformation.
See Also