LosslessJpeg Members

The LosslessJpeg type exposes the following members.

Constructors

Name Description
Public method LosslessJpeg Overloaded.

Methods

Name Description
Public method AlignToMCUSize Overloaded.

Aligns coordinates to JPEG Minimum Coded Units (MCU).

Public method Close

Closes this LosslessJpeg and releases the containing file.

Public method Dispose

Releases all resources used by this LosslessJpeg.

Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IsTrimmingRequired

Checks whether the image will be trimmed during the rotation or flipping.

Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Write Overloaded.

Writes the image to to the specified media.

Public method WriteCropped Overloaded.

Crops the image and writes it to specified media.

Public method WritePatched Overloaded.

Patches the image using a given bitmap and writes the result to specified media.

Public method WriteRotated Overloaded.

Rotates and/or flips the image and writes the result to specified media.

Public method WriteTransposed Overloaded.

Transpose the image and writes the result to the specified media.

Public method WriteTransversed Overloaded.

Transverse the image and writes the result to the specified media.

Properties

Name Description
Public property AdobeResources

Gets or sets Adobe® image resource blocks stored in the opened image.

Public property ColorProfile

Gets a color profile associated with the image.

Public property Exif

Gets or sets EXIF data collection stored in the opened image.

Public property Iptc

Gets or sets IPTC data collection stored in the opened image.

Public property IsDisposed
Public property Static member MCUSize

Gets a Minimum Coded Units (MCU) of this image.

Public property Xmp

Gets or sets the XML code containing the XMP metadata stored in the opened image.

See Also

Reference