VintaSoft Barcode .NET SDK 16.0: 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

Inheritance Hierarchy

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

Requirements

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

See Also