VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode Namespace / EmbeddedImageCodecs Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    EmbeddedImageCodecs Class
    In This Topic
    Provides embedded image codecs, which allow to decode bitmap from image file (BMP, JPEG, PNG) or encode bitmap to image file (BMP, PNG) using library-independent algorithms.
    Object Model
    ImageCodecs EmbeddedImageCodecs
    Syntax
    'Declaration
    
    Public Class EmbeddedImageCodecs
       Inherits ImageCodecs
    
    
    public class EmbeddedImageCodecs : ImageCodecs
    
    
    public __gc class EmbeddedImageCodecs : public ImageCodecs*
    
    
    public ref class EmbeddedImageCodecs : public ImageCodecs^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Barcode.ImageCodecs
          Vintasoft.Barcode.EmbeddedImageCodecs

    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