C#
VB
C++
If this is set to true, SVG will be treated as Vector.
public bool PreferVector { get; set; }
Public Property PreferVector() As Boolean
Get
Set
public:
property bool PreferVector
{
bool get()
void set(bool value)
}
true to treat SVG files as vector; false otherwise.
The default behavior is to treat SVG files as a document, this will set the RasterCodecs to treat them as vector.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET