A flag indicating the PDF graphics are rendered at the best quality by HTML to PDF element. The default property value is true

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

Syntax

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

Property Value

Type: Boolean

See Also