Number of degrees by which this page shape is rotated counter-clockwise around its lower-left corner.

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

Syntax

C#
[ObsoleteAttribute("Please use Rotation (note: orientation changes from counter-clockwise to clockwise!)")]
public int Rotate { get; set; }
Visual Basic
<ObsoleteAttribute("Please use Rotation (note: orientation changes from counter-clockwise to clockwise!)")> _
Public Property Rotate As Integer
	Get
	Set

Remarks

Please use Rotation instead. Please note that the rotation has changed from counter-clockwise to clockwise!

See Also