ExpertPdf Html to Pdf Converter Library
RenderTransparentImage Property
NamespacesExpertPdf.HtmlToPdf.PdfDocumentImageElementRenderTransparentImage
ExpertPdf Html to Pdf Converter Library
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.
Declaration Syntax
C#Visual BasicVisual C++
public bool RenderTransparentImage { get; set; }
Public Property RenderTransparentImage As Boolean
	Get
	Set
public:
property bool RenderTransparentImage {
	bool get ();
	void set (bool value);
}
Property Value

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