VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / SvgEncoderSettings Class
Constructors Properties Methods SeeAlso
In This Topic
    SvgEncoderSettings Class Members
    In This Topic
    The following tables list the members exposed by SvgEncoderSettings.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the SvgEncoderSettings class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether encoder can create file that has references to the external fonts. (Inherited from VectorEncoderSettings)
    Public PropertyGets or sets a value indicating whether the drawing engine must detect duplicate paths.
    Public PropertyGets or sets the image encoder that is used to encode embedded raster images in SVG file.
    Public PropertyGets or sets XML writer settings.
    Public Methods
     NameDescription
    Public MethodCreates a new object that is a copy of the SvgEncoderSettings instance.
    Public MethodIndicates whether the current SvgEncoderSettings is equal to another object of the same type.
    See Also