WinUI | ComponentOne
C1.WinUI.Chart Assembly / C1.WinUI.Chart 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
    JpegJpeg format.
    PngPng format.
    SvgSvg format.
    Inheritance Hierarchy

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

    See Also