←Select platform

SvgLoadFlags Enumeration

Summary
Options to use when loading SVG documents.
Syntax
C#
Objective-C
C++/CLI
Java
Python
[FlagsAttribute()] 
public enum SvgLoadFlags  
typedef NS_OPTIONS(NSUInteger, LTSvgLoadFlags) 
public enum SvgLoadFlags 
[FlagsAttribute()] 
public enum class SvgLoadFlags  
class SvgLoadFlags(Enum): 
   Default = 0 
   DropShapes = 1 
   DropImages = 2 
   DropText = 4 
   IgnoreXmlParsingErrors = 8 
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 22.0.2023.4.20
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.