Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Controls Assembly > Leadtools.Controls Namespace > ImageViewerItems Class : AutoRenderOptimizeSvgDocuments Property |
public bool AutoRenderOptimizeSvgDocuments {get; set;}
'Declaration
Public Property AutoRenderOptimizeSvgDocuments As Boolean
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.