Amount of rotation in degrees around the origin of the shape, clockwise.

Namespace: TallComponents.PDF.Layout.Shapes
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.66.0

Syntax

C#
public virtual double Rotation { get; set; }
Visual Basic
Public Overridable Property Rotation As Double
	Get
	Set

Remarks

FieldShapes can be rotated 0, 90, 180 or 270 degrees only. Applying an other rotation to field shapes may lead to unexpected results.

See Also