A flag to indicate if this element was rotated.

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

Syntax

C#
public bool Rotated { get; }
Visual Basic
Public ReadOnly Property Rotated As Boolean
	Get
Visual C++
public:
property bool Rotated {
	bool get ();
}

Property Value

Type: Boolean

See Also