Gets or sets a flag indicating if the resulted image will have a transparent background when converting a HTML documement without a defined background color or image.
This property is false by default
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public bool TransparentBackground { get; set; } |
| Visual Basic |
|---|
Public Property TransparentBackground As Boolean
Get
Set |
| Visual C++ |
|---|
public:
property bool TransparentBackground {
bool get ();
void set (bool value);
} |
Property Value
Type:
Boolean
See Also