Click or drag to resize
Pdf Library for .NET

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; }

Property Value

Type: Boolean
Remarks
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