←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) NSInteger maximumElements; 
public int getMaximumElements() 
public void setMaximumElements(int value) 
public: 
property int MaximumElements { 
   int get(); 
   void set (    int ); 
} 
MaximumElements # get and set (CodecsLoadSvgOptions) 

Property Value

A value that indicates the maximum number of elements to load when loading an SVG.

Value Description
0 To load all elements. The default value is 0
>0 The maximum number of elements to load when loading an SVG.
Remarks

If the SVG contains a large number of elements, then performance will suffer.

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.Codecs Assembly

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