Set this property to enable/disable multi-frame images rendering when necessary
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public bool RenderMultiFrame { get; set; } |
| Visual Basic |
|---|
Public Property RenderMultiFrame As Boolean Get Set |
| Visual C++ |
|---|
public: property bool RenderMultiFrame { bool get (); void set (bool value); } |