Specifies the format of the image.
Inheritance Hierarchy
PdfEdit.DrawingXImageFormat
Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
The XImageFormat type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals |
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).) | |
GetHashCode |
Returns the hash code for this instance.
(Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Gif |
Gets the Graphics Interchange Format (GIF) image format.
| |
Icon |
Gets the Windows icon image format.
| |
Jpeg |
Gets the Joint Photographic Experts Group (JPEG) image format.
| |
Gets the Portable Document Format (PDF) image format
| ||
Png |
Gets the Portable Network Graphics (PNG) image format.
| |
Tiff |
Gets the Tag Image File Format (TIFF) image format.
|
See Also