ImageFormat
Class
TODO: Add documentation.
Definition
Namespace:Telerik.Drawing.Imaging
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class ImageFormat
Inheritance: objectImageFormat
Constructors
TODO: Add documentation.
C#
public ImageFormat(Guid guid)
Properties
TODO: Add documentation.
C#
public static ImageFormat Bmp { get; }
TODO: Add documentation.
C#
public static ImageFormat Emf { get; }
TODO: Add documentation.
C#
public static ImageFormat Exif { get; }
TODO: Add documentation.
C#
public static ImageFormat Gif { get; }
Guid
Guid
TODO: Add documentation.
C#
public Guid Guid { get; }
TODO: Add documentation.
C#
public static ImageFormat Icon { get; }
TODO: Add documentation.
C#
public static ImageFormat Jpeg { get; }
TODO: Add documentation.
C#
public static ImageFormat MemoryBmp { get; }
TODO: Add documentation.
C#
public static ImageFormat Png { get; }
TODO: Add documentation.
C#
public static ImageFormat Tiff { get; }
TODO: Add documentation.
C#
public static ImageFormat Wmf { get; }
Methods
Equals(object)
bool
TODO: Add documentation.
C#
public override bool Equals(object obj)
bool
Overrides:
TODO: Add documentation.
C#
public override int GetHashCode()
int
Overrides: