←Select platform

LoadFlags Property

Summary

Gets or sets the options to use during loading of SVG documents.

Syntax
C#
VB
Objective-C
C++
Java
public SvgLoadFlags LoadFlags { get; set; } 
Public Property LoadFlags As SvgLoadFlags 
@property (nonatomic, assign) LTSvgLoadFlags loadFlags 
public int getLoadFlags() 
public void setLoadFlags(int svgLoadFlags) 
public: 
property SvgLoadFlags LoadFlags { 
   SvgLoadFlags get(); 
   void set (    SvgLoadFlags ); 
} 

Property Value

The options to use during loading of SVG documents. The default value is SvgLoadFlags.Default.

Remarks

This member allows you to drop certain elements when loading SVG documents. For example, if you are only interested in the text elements of the SVG, then set LoadFlags to SvgLoadFlags.DropImages | SvgLoadFlags.DropShapes and the engine will not load these types of elements, preserving memory and system resources.

Example

For an example, refer to SvgDocument.SortElements.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly