←Select platform

SvgDropFlags Enumeration

Summary
Options to use when merging SVG documents
Syntax
C#
Objective-C
C++/CLI
Java
Python
[FlagsAttribute()] 
public enum SvgDropFlags  
typedef NS_OPTIONS(NSUInteger, LTSvgDropFlags) 
public enum SvgDropFlags 
[FlagsAttribute()] 
public enum class SvgDropFlags  
class SvgDropFlags(Enum): 
   None = 0 
   Shapes = 1 
   Images = 2 
   Text = 4 
   LeadTextPathText = 16 
   LeadTextPathPath = 256 
Members
ValueMemberDescription
0x00000000None Default. Do not drop any elements.
0x00000001Shapes Drop all shape elements (vector objects).
0x00000002Images Drop all image elements.
0x00000004Text Drop all text elements.
0x00000010LeadTextPathText Internal use only.
0x00000100LeadTextPathPath Internal use only.
Requirements

Target Platforms

See Also

Reference

Leadtools.Svg Namespace

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

Leadtools.Svg Assembly

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