VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / BmpDecoder Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    BmpDecoder Class
    In This Topic
    Defines a decoder for BMP images.
    Object Model
    BmpDecoder
    Syntax
    'Declaration
    
    Public NotInheritable Class BmpDecoder
       Inherits DecoderBase
       Implements ILineInterlacedDecoder
    
    
    public sealed class BmpDecoder : DecoderBase, ILineInterlacedDecoder
    
    
    public __gc __sealed class BmpDecoder : public DecoderBase*, ILineInterlacedDecoder
    
    
    public ref class BmpDecoder sealed : public DecoderBase^, ILineInterlacedDecoder
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Codecs.Decoders.DecoderBase
          Vintasoft.Imaging.Codecs.Decoders.BmpDecoder

    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