←Select platform

AutoRenderOptimizeSvgDocuments Property (ImageViewerItems)

Summary

Indicates whether to automatically optimize SVG documents for rendering.

Syntax

C#
VB
C++
public bool AutoRenderOptimizeSvgDocuments { get; set; } 
Public Property AutoRenderOptimizeSvgDocuments() As Boolean 
   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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Controls.WinForms Assembly
Click or drag to resize