The resolution of the SVG document
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public int OutputResolution { get; set; } |
| Visual Basic |
|---|
Public Property OutputResolution As Integer Get Set |
| Visual C++ |
|---|
public: property int OutputResolution { int get (); void set (int value); } |