Error processing SSI file
LEADTOOLS Svg (Leadtools.Svg assembly)

Show in webframe

LoadFlags Property






Gets or sets the options to use during loading of SVG documents.
Syntax
public SvgLoadFlags LoadFlags {get; set;}
'Declaration
 
Public Property LoadFlags As SvgLoadFlags
'Usage
 
Dim instance As SvgLoadOptions
Dim value As SvgLoadFlags
 
instance.LoadFlags = value
 
value = instance.LoadFlags
@property (nonatomic, assign) LTSvgLoadFlags loadFlags
public int getLoadFlags()
public void setLoadFlags(int svgLoadFlags)
            
public:
property SvgLoadFlags LoadFlags {
   SvgLoadFlags get();
   void set (    SvgLoadFlags value);
}

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

See Also

Reference

SvgLoadOptions Class
SvgLoadOptions Members

Error processing SSI file
  Leadtools.Svg requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features