Indicates whether to automatically optimize SVG documents for rendering.
public bool AutoRenderOptimizeSvgDocuments { get; set; }
Public Property AutoRenderOptimizeSvgDocuments() As Boolean
Get
Set
public:
property bool AutoRenderOptimizeSvgDocuments
{
bool get()
void set(bool value)
}
true to automatically optimize SVG documents for rendering, otherwise; false. Default value is true.
When the value of AutoRenderOptimizeSvgDocuments is set to true (the default value), then the image viewer will automatically call SvgDocument.BeginRenderOptimize on all SVG documents when they are first created or added into the viewer. This is done to render the documents as fast and efficient as possible. For more information, refer to SvgDocument.
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