PdfImageAlphaBlending Property
Controls if the alpha blending is enabled when drawing this image in PDF. This property is true by default
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.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
Boolean