←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#
Objective-C
C++/CLI
Java
Python
public int MaximumElements { get; set; } 
@property (nonatomic, assign) NSUInteger maximumElements; 
public int getMaximumElements() 
public void setMaximumElements(int value) 
public: 
property int MaximumElements { 
   int get(); 
   void set (    int ); 
} 
MaximumElements # get and set (SvgLoadOptions) 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly

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