A flag indicating if the calculated size of the SVG document should be set in the generated document

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

Syntax

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

Property Value

Type: Boolean

See Also