Table of Contents

Class XImageFormat

Namespace
PdfSharp.Drawing
Assembly
PdfSharp.dll

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

XImageFormat

Icon

Gets the Windows icon image format.

public static XImageFormat Icon { get; }

Property Value

XImageFormat

Jpeg

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

public static XImageFormat Jpeg { get; }

Property Value

XImageFormat

Pdf

Gets the Portable Document Format (PDF) image format.

public static XImageFormat Pdf { get; }

Property Value

XImageFormat

Png

Gets the Portable Network Graphics (PNG) image format.

public static XImageFormat Png { get; }

Property Value

XImageFormat

Tiff

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

public static XImageFormat Tiff { get; }

Property Value

XImageFormat

Methods

Equals(object?)

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

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

Returns the hash code for this instance.

public override int GetHashCode()

Returns

int