New to Telerik ReportingStart a free 30-day trial

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)
Parameters:guidGuid

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

TODO: Add documentation.

C#
public override bool Equals(object obj)
Parameters:objobjectReturns:

bool

Overrides: object.Equals(object)

TODO: Add documentation.

C#
public override int GetHashCode()
Returns:

int

Overrides: object.GetHashCode()