←Select platform

LoadFlags Property

Summary

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

Syntax

C#
VB
Java
Objective-C
C++
public SvgLoadFlags LoadFlags { get; set; } 
Public Property LoadFlags As Leadtools.Svg.SvgLoadFlags 
@property (nonatomic, assign) LTSvgLoadFlags loadFlags 
public int getLoadFlags() 
public void setLoadFlags(int svgLoadFlags) 
             
public: 
property Leadtools.Svg.SvgLoadFlags LoadFlags { 
   Leadtools.Svg.SvgLoadFlags get(); 
   void set (    Leadtools.Svg.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly