VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / GdiVectorDecoder Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    GdiVectorDecoder Class
    In This Topic
    Defines a base class for GDI+ vector decoders.
    Object Model
    GdiVectorDecoder
    Syntax
    'Declaration
    
    Public MustInherit Class GdiVectorDecoder
       Inherits DecoderBase
       Implements IVectorDecoder
    
    
    public abstract class GdiVectorDecoder : DecoderBase, IVectorDecoder
    
    
    public __gc abstract class GdiVectorDecoder : public DecoderBase*, IVectorDecoder
    
    
    public ref class GdiVectorDecoder abstract : public DecoderBase^, IVectorDecoder
    
    
    Remarks

    This class is used as a base class for EMF and WMF decoders.

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Codecs.Decoders.DecoderBase
          Vintasoft.Imaging.Codecs.Decoders.GdiVectorDecoder
             Vintasoft.Imaging.Codecs.Decoders.EmfDecoder
             Vintasoft.Imaging.Codecs.Decoders.WmfDecoder

    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