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

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

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6

    See Also