Class XImageFormat
Specifies the format of the image.
public sealed class XImageFormat
- Inheritance
-
XImageFormat
- Inherited Members
Properties
Gif
Gets the Graphics Interchange Format (GIF) image format.
public static XImageFormat Gif { get; }
Property Value
Icon
Gets the Windows icon image format.
public static XImageFormat Icon { get; }
Property Value
Jpeg
Gets the Joint Photographic Experts Group (JPEG) image format.
public static XImageFormat Jpeg { get; }
Property Value
Gets the Portable Document Format (PDF) image format.
public static XImageFormat Pdf { get; }
Property Value
Png
Gets the Portable Network Graphics (PNG) image format.
public static XImageFormat Png { get; }
Property Value
Tiff
Gets the Tag Image File Format (TIFF) image format.
public static XImageFormat Tiff { get; }
Property Value
Methods
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
object
Returns
GetHashCode()
Returns the hash code for this instance.
public override int GetHashCode()