C1.WPF.FlexChart.4.6.2 Assembly / C1.WPF.Chart Namespace / ImageFormat Enumeration

ImageFormat Enumeration
Represents the format used to encode an image into a stream.
Syntax
'Declaration
 
Public Enum ImageFormat 
   Inherits System.Enum
 
Members
MemberDescription
BmpBmp format.
JpegJpeg format.
PngPng format.
SvgSvg format.
Inheritance Hierarchy

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

See Also