VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / DecoderBase Class / IsVectorDecoder Property
Syntax Requirements SeeAlso
In This Topic
    IsVectorDecoder Property (DecoderBase)
    In This Topic
    Gets a value indicating whether the decoder is a vector decoder.
    Syntax
    'Declaration
    
    Public Overridable ReadOnly Property IsVectorDecoder As Boolean
    
    
    public virtual bool IsVectorDecoder { get; }
    
    
    public: __property virtual bool get_IsVectorDecoder();
    
    
    
    public:
    virtual property bool IsVectorDecoder { bool get(); }

    Property Value

    True if decoder is vector decoder; 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