A flag indicating if the image alpha transparency information is used when the image is rendered in PDF.
The default value is false. 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.

C# | Visual Basic | Visual C++ |
public bool RenderTransparentImage { get; set; }
Public Property RenderTransparentImage As Boolean Get Set
public: property bool RenderTransparentImage { bool get (); void set (bool value); }

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)