Gets or sets the PDF page rotation angle

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public RotationAngle RotationAngle { get; set; }
Visual Basic
Public Property RotationAngle As RotationAngle
	Get
	Set
Visual C++
public:
property RotationAngle RotationAngle {
	RotationAngle get ();
	void set (RotationAngle value);
}

Property Value

Type: RotationAngle

See Also