←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
Java
Objective-C
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly