Controls if the alpha blending is enabled when drawing this image in PDF. This property is true by default
Namespace:
HiQPdf
Assembly:
HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
public bool AlphaBlending { get; set; }
Public Property AlphaBlending As Boolean
Get
Set
public:
property bool AlphaBlending {
bool get ();
void set (bool value);
}
member AlphaBlending : bool with get, set
Property Value
Type:
Boolean
Reference