←Select platform

SvgFormat Enumeration

Summary
The SVG format.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum SvgFormat  
typedef NS_ENUM(NSInteger, LTSvgFormat) { 
 LTSvgFormatSvg,  
 LTSvgFormatSvgz,  
}; 
public enum SvgFormat 
public enum class SvgFormat  
class SvgFormat(Enum): 
   Svg = 0 
   Svgz = 1 
Members
ValueMemberDescription
0Svg Non-compressed SVG.
1Svgz Compressed SVG.
Remarks

Used as the value of SvgSaveOptions.Format to specify the SVG format.

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.