←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
Objective-C
C++
Java
public int MaximumElements { get; set; } 
Public Property MaximumElements As Integer 
@property (nonatomic, assign) NSUInteger maximumElements 
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, performance will suffer. Use 0 to load all elements.

Requirements

Target Platforms

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

Leadtools.Svg Assembly