A flag indicating if the HTML to PDF element converter uses transparency information of the images. The default property value is true

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

Syntax

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

Property Value

Type: Boolean

See Also