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.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public bool RenderTransparentImage { get; set; } |
| Visual Basic |
|---|
Public Property RenderTransparentImage As Boolean
Get
Set |
| Visual C++ |
|---|
public:
property bool RenderTransparentImage {
bool get ();
void set (bool value);
} |
Property Value
Type:
Boolean
See Also