Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

MaximumElements Property








Gets or sets a value that indicates the maximum number of elements to load when loading an SVG.
Syntax
public int MaximumElements {get; set;}
'Declaration
 
Public Property MaximumElements As Integer
'Usage
 
Dim instance As CodecsLoadSvgOptions
Dim value As Integer
 
instance.MaximumElements = value
 
value = instance.MaximumElements
public int MaximumElements {get; set;}
public int getMaximumElements()
public void setMaximumElements(int value)
            
 <br/>get_MaximumElements();<br/>set_MaximumElements(value);<br/>Object.defineProperty('MaximumElements'); 
public:
property int MaximumElements {
   int get();
   void set (    int value);
}

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

See Also

Reference

CodecsLoadSvgOptions Class
CodecsLoadSvgOptions Members

Error processing SSI file