|  | 
| 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: 24.1
 Syntax
Syntaxpublic bool TransparentRendering { get; set; }Public Property TransparentRendering As Boolean
	Get
	Set
Property Value
Type: 
Boolean Remarks
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
See Also