Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsLoadSvgOptions Class : MaximumElements Property |
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');
If the SVG contains a large number of elements, then performance will suffer. Use 0 to load all elements.