|
PdfImageElementTransparentRendering Property |
A flag indicating if the image transparency information is used when the image is rendered in the pdf document.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public bool TransparentRendering { get; set; }
Public Property TransparentRendering As Boolean
Get
Set
Property Value
Type:
BooleanRemarks
The default value of this property 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 the pdf document.
See Also