Gets or sets a flag indicating if the transparency is enabled in the PDF document generated by the HTML to PDF converter. Default value is true. This property can be set to false to eliminate the additional flattening time when the document is sent to the printer from Adobe Reader viewer.

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

Syntax

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

Property Value

Type: Boolean

See Also