A flag to indicate if this element was scaled.

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

Syntax

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

Property Value

Type: Boolean

See Also