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:
ExpertPdf.HtmlToPdf.PdfDocument
Assembly:
ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntaxpublic bool RenderTransparentImage { get; set; }
Public Property RenderTransparentImage As Boolean
Get
Set
Property Value
Type:
Boolean
See Also