VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / VectorEncoderSettings Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    VectorEncoderSettings Class
    In This Topic
    Contains settings of vector encoder.
    Object Model
    VectorEncoderSettings
    Syntax
    'Declaration
    
    Public MustInherit Class VectorEncoderSettings
       Inherits EncoderSettings
    
    
    public abstract class VectorEncoderSettings : EncoderSettings
    
    
    public __gc abstract class VectorEncoderSettings : public EncoderSettings*
    
    
    public ref class VectorEncoderSettings abstract : public EncoderSettings^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Codecs.Encoders.EncoderSettings
          Vintasoft.Imaging.Codecs.Encoders.VectorEncoderSettings
             Vintasoft.Imaging.Codecs.Encoders.SvgEncoderSettings

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also