XImageFormat ClassTerminal Works - PDF Printing.Net Library
Specifies the format of the image.
Inheritance Hierarchy

SystemObject
  PdfEdit.DrawingXImageFormat

Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public sealed class XImageFormat

The XImageFormat type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyStatic memberGif
Gets the Graphics Interchange Format (GIF) image format.
Public propertyStatic memberIcon
Gets the Windows icon image format.
Public propertyStatic memberJpeg
Gets the Joint Photographic Experts Group (JPEG) image format.
Public propertyStatic memberPdf
Gets the Portable Document Format (PDF) image format
Public propertyStatic memberPng
Gets the Portable Network Graphics (PNG) image format.
Public propertyStatic memberTiff
Gets the Tag Image File Format (TIFF) image format.
Top
See Also

Reference