VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / EncoderBase Class / IsVectorEncoder Property
Syntax Requirements SeeAlso
In This Topic
    IsVectorEncoder Property (EncoderBase)
    In This Topic
    Gets a value indicating whether the encoder is a vector encoder.
    Syntax
    'Declaration
    
    Public Overridable ReadOnly Property IsVectorEncoder As Boolean
    
    
    public virtual bool IsVectorEncoder { get; }
    
    
    public: __property virtual bool get_IsVectorEncoder();
    
    
    
    public:
    virtual property bool IsVectorEncoder { bool get(); }

    Property Value

    True if encoder is vector encoder; otherwise, false.
    Requirements

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

    See Also