The element opacity as a value between 0 which means completely transparent to 100 which means completely opaque.
The object is completely opaque by default
Namespace:
HiQPdf
Assembly:
HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
public int Opacity { get; set; }
Public Property Opacity As Integer
Get
Set
public:
property int Opacity {
int get ();
void set (int value);
}
member Opacity : int with get, set
Property Value
Type:
Int32
Reference