←Select platform

MaximumElements Property

Summary
Gets or sets a value that indicates the maximum number of elements to load when loading an SVG.
Syntax
C#
VB
C++
Java
public int MaximumElements { get; set; } 
Public Property MaximumElements As Integer 
public int getMaximumElements() 
public void setMaximumElements(int value) 
public: 
property int MaximumElements { 
   int get(); 
   void set (    int ); 
} 

Property Value

A value that indicates the maximum number of elements to load when loading an SVG. Must be a value greater than or equal to 0. Use 0 to load all elements.

Remarks

If the SVG contains a large number of elements, then performance will suffer. Use 0 to load all elements.

Requirements

Target Platforms

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

Leadtools.Codecs Assembly

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