FlexChart | ComponentOne
C1.WPF.Chart 程序集 / C1.WPF.Chart 命名空间 / ImageFormat 枚举

本主题中
    ImageFormat 枚举
    本主题中
    Represents the format used to encode an image into a stream.
    语法
    '声明
     
    Public Enum ImageFormat 
       Inherits System.Enum
    public enum ImageFormat : System.Enum 
    成员
    成员说明
    BmpBmp format.
    JpegJpeg format.
    PngPng format.
    SvgSvg format.
    继承层次

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

    请参见