←Select platform

SvgLoadFlags Enumeration

Summary

Options to use when loading SVG documents.

Syntax
C#
VB
Objective-C
C++
Java
[FlagsAttribute()] 
public enum SvgLoadFlags  
<FlagsAttribute()> 
Public Enum SvgLoadFlags  
typedef NS_OPTIONS(NSUInteger, LTSvgLoadFlags) 
public enum SvgLoadFlags 
[FlagsAttribute()] 
public enum class SvgLoadFlags  

Members
ValueMemberDescription
0x00000000Default Default. Load all elements.
0x00000001DropShapes Drop all elements that are not images or text during loading.
0x00000002DropImages Drop all image elements during loading.
0x00000004DropText Drop all text elements during loading.
0x00000008IgnoreXmlParsingErrors Ignore xml parsing errors during loading.

Remarks

Value for SvgLoadOptions.LoadFlags.

Requirements

Target Platforms

See Also

Reference

Leadtools.Svg Namespace

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