ImageElementRenderTransparentImage Property
A flag indicating if the image alpha transparency information is used when the image is rendered in PDF.
The default value is true. Set this property to true to use transparency information from the transparent
PNG images and bitmap images with alpha channel when the image is rendered in PDF.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public bool RenderTransparentImage { get; set; }
Public Property RenderTransparentImage As Boolean
Get
Set
public:
property bool RenderTransparentImage {
bool get ();
void set (bool value);
}
member RenderTransparentImage : bool with get, set
Property Value
Boolean