PDFsharp-net6

XImageFormat

Namespace: PdfSharp.Drawing

Specifies the format of the image.

public sealed class XImageFormat

Inheritance ObjectXImageFormat

Properties

Png

Gets the Portable Network Graphics (PNG) image format.

public static XImageFormat Png { get; }

Property Value

XImageFormat

Gif

Gets the Graphics Interchange Format (GIF) image format.

public static XImageFormat Gif { get; }

Property Value

XImageFormat

Jpeg

Gets the Joint Photographic Experts Group (JPEG) image format.

public static XImageFormat Jpeg { get; }

Property Value

XImageFormat

Tiff

Gets the Tag Image File Format (TIFF) image format.

public static XImageFormat Tiff { get; }

Property Value

XImageFormat

Pdf

Gets the Portable Document Format (PDF) image format.

public static XImageFormat Pdf { get; }

Property Value

XImageFormat

Icon

Gets the Windows icon image format.

public static XImageFormat Icon { get; }

Property Value

XImageFormat

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

public bool Equals(object obj)

Parameters

obj Object

Returns

Boolean

GetHashCode()

Returns the hash code for this instance.

public int GetHashCode()

Returns

Int32