Gets or sets blending mode for transparent rendering mode of the element.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public Blending Blending { get; set; } |
| Visual Basic |
|---|
Public Property Blending As Blending Get Set |
| Visual C++ |
|---|
public: property Blending Blending { Blending get (); void set (Blending value); } |