←Select platform

AutoRenderOptimizeSvgDocuments Property

Summary

Indicates whether to automatically optimize SVG documents for rendering.

Syntax
C#
C++/CLI
public bool AutoRenderOptimizeSvgDocuments { get; set; } 
public:  
   property bool AutoRenderOptimizeSvgDocuments 
   { 
      bool get() 
      void set(bool value) 
   } 

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

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.