VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.ImageSharp Namespace / ImageSharpImageCodecs Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    ImageSharpImageCodecs Class
    In This Topic
    Provides image codecs, which allows to decode bitmap from image file (BMP, JPEG, PBM, PNG, TGA, TIFF, WEBP) or encode bitmap to image file (BMP, JPEG, PBM, PNG, TGA, TIFF, WEBP) using SixLabors.ImageSharp library.
    Object Model
    ImageCodecs ImageSharpImageCodecs
    Syntax
    'Declaration
    
    Public NotInheritable Class ImageSharpImageCodecs
       Inherits Vintasoft.Barcode.ImageCodecs
    
    
    public sealed class ImageSharpImageCodecs : Vintasoft.Barcode.ImageCodecs
    
    
    public __gc __sealed class ImageSharpImageCodecs : public Vintasoft.Barcode.ImageCodecs*
    
    
    public ref class ImageSharpImageCodecs sealed : public Vintasoft.Barcode.ImageCodecs^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Barcode.ImageCodecs
          Vintasoft.Barcode.ImageSharp.ImageSharpImageCodecs

    Requirements

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

    See Also