Error processing SSI file
(Leadtools.Controls)

Show in webframe

AutoRenderOptimizeSvgDocuments Property




Indicates whether to automatically optimize SVG documents for rendering.
Syntax
public bool AutoRenderOptimizeSvgDocuments {get; set;}
'Declaration
 
Public Property AutoRenderOptimizeSvgDocuments As Boolean

Property Value

true to automatically optimize SVG documents for rendering, otherwise; false. Default value is true.
Remarks

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.

Requirements

Target Platforms

See Also

Reference

ImageViewerItems Class
ImageViewerItems Members

Error processing SSI file