Gets or sets element opacity. The opacity is expressed as a value between 0 and 100. 0 means completely transparent and 100 completely opaque. The default value of this property is 100.

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

Syntax

C#
public int Opacity { get; set; }
Visual Basic
Public Property Opacity As Integer
	Get
	Set
Visual C++
public:
property int Opacity {
	int get ();
	void set (int value);
}

Property Value

Type: Int32

See Also