Class ImageFormat
TODO: Add documentation.
Inheritance
Namespace: Telerik.Drawing.Imaging
Assembly: Telerik.Reporting.dll
Syntax
public class ImageFormat
  Constructors
ImageFormat(Guid)
TODO: Add documentation.
Declaration
public ImageFormat(Guid guid)
  Parameters
| 
        System.Guid
        guid
         
  | 
    
Properties
Bmp
TODO: Add documentation.
Declaration
public static ImageFormat Bmp { get; }
  Property Value
| 
        ImageFormat
         
  | 
    
Emf
TODO: Add documentation.
Declaration
public static ImageFormat Emf { get; }
  Property Value
| 
        ImageFormat
         
  | 
    
Exif
TODO: Add documentation.
Declaration
public static ImageFormat Exif { get; }
  Property Value
| 
        ImageFormat
         
  | 
    
Gif
TODO: Add documentation.
Declaration
public static ImageFormat Gif { get; }
  Property Value
| 
        ImageFormat
         
  | 
    
Guid
TODO: Add documentation.
Declaration
public Guid Guid { get; }
  Property Value
| 
        System.Guid
         
  | 
    
Icon
TODO: Add documentation.
Declaration
public static ImageFormat Icon { get; }
  Property Value
| 
        ImageFormat
         
  | 
    
Jpeg
TODO: Add documentation.
Declaration
public static ImageFormat Jpeg { get; }
  Property Value
| 
        ImageFormat
         
  | 
    
MemoryBmp
TODO: Add documentation.
Declaration
public static ImageFormat MemoryBmp { get; }
  Property Value
| 
        ImageFormat
         
  | 
    
Png
TODO: Add documentation.
Declaration
public static ImageFormat Png { get; }
  Property Value
| 
        ImageFormat
         
  | 
    
Tiff
TODO: Add documentation.
Declaration
public static ImageFormat Tiff { get; }
  Property Value
| 
        ImageFormat
         
  | 
    
Wmf
TODO: Add documentation.
Declaration
public static ImageFormat Wmf { get; }
  Property Value
| 
        ImageFormat
         
  | 
    
Methods
Equals(Object)
TODO: Add documentation.
Declaration
public override bool Equals(object obj)
  Parameters
| 
        System.Object
        obj
         
  | 
    
Returns
| 
        System.Boolean
         
  | 
    
Overrides
GetHashCode()
TODO: Add documentation.
Declaration
public override int GetHashCode()
  Returns
| 
        System.Int32
         
  |