Indicates whether to automatically optimize SVG documents for rendering.
public bool AutoRenderOptimizeSvgDocuments { 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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document