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

    System.Object
       Vintasoft.Barcode.ImageCodecs
          Vintasoft.Barcode.SkiaSharp.SkiaSharpImageCodecs

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7

    See Also