WinUI | ComponentOne
C1.WinUI.BarCode Assembly / C1.WinUI.BarCode Namespace / ImageFormat Enumeration
In This Topic
    ImageFormat Enumeration
    In This Topic
    Represents the format used to encode an image into a stream.
    Syntax
    public enum ImageFormat : System.Enum 
    Members
    MemberDescription
    BmpBmp format.
    JpegJpeg format.
    PngPng format.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WinUI.BarCode.ImageFormat

    See Also