This documentation is for the old version. Go to the latest Graphics Mill docs

LosslessJpegTransform Members

The LosslessJpegTransform type exposes the following members.

Constructors

Name Description
Public method LosslessJpegTransform Overloaded.

Creates and initializes new LosslessJpegTransform class instance.

Methods

Name Description
Public method {dtor}

Enables using delete operator in C++ applications. It is strongly not recommended to use it directly.

Public method Abort

Aborts current operation.

(Inherited from SyncHandler.)
Public method AlignToSampleSize Overloaded.

Aligns given coordinates to the JPEG sample size

Public method Close

Closes JPEG transform and releases the file opened with Open(String) method.

Public method Continue

Resumes execution of the operation previously paused with Pause() method.

(Inherited from SyncHandler.)
Public method Dispose

Releases all resources used by this SyncHandler.

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

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

Public method Lock

Locks the object.

(Inherited from SyncHandler.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Open Overloaded.

Opens the JPEG transform object on the specified file.

Public method Pause

Pauses execution of the current operation.

(Inherited from SyncHandler.)
Public method ToString (Inherited from Object.)
Public method Unlock

Unlocks the object previously locked with method Lock().

(Inherited from SyncHandler.)
Public method WaitForCompletion

Suspends the calling thread until the operation currently run is completed.

(Inherited from SyncHandler.)
Public method Write Overloaded.

Writes the JPEG file without modifying the image.

Public method WriteCropped Overloaded.

Crops a portion of the uncompressed JPEG image and writes it to specified file/stream.

Public method WritePatched Overloaded.

Compresses given bitmap to JPEG, overwrites a portion of JPEG data of the LosslessJpegTransform by this bitmap, and writes the result into the specified file/stream.

Public method WriteRotated Overloaded.

Writes the JPEG file rotated or/and flipped (without recompression).

Public method WriteTransposed Overloaded.

Writes the JPEG file transposed (without recompression).

Public method WriteTransversed Overloaded.

Writes the JPEG file to the specified file transversed (without recompression).

Properties

Name Description
Public property AdobeResources

Gets/sets Adobe® image resource blocks for the opened JPEG file.

Public property ColorProfile

Gets/sets the color profile associated with this JPEG file.

Public property Completed

Returns value indicating if the operation is currently running.

(Inherited from SyncHandler.)
Public property ExceptionThrowEnabled

Gets/sets value that specifies if to throw exception in synchronous mode.

(Inherited from SyncHandler.)
Public property Exif

Gets/sets EXIF data collection for the opened JPEG file.

Public property Iptc

Gets/sets IPTC data collection for the opened JPEG file.

Public property Locked

Indicates if the object has been locked.

(Inherited from SyncHandler.)
Public property Opened

Returns value that specifies if the JPEG file transform is opened.

Public property Priority

Gets/sets a priority for the auxilary thread.

(Inherited from SyncHandler.)
Public property SampleSize

Returns a value that specifies the sample size of the JPEG file.

Public property SynchronizationMode

Gets/sets synchronization mode for the object.

(Inherited from SyncHandler.)
Public property Timeout

Gets/sets value specifying maximum time for which object can be locked.

(Inherited from SyncHandler.)
Public property Xmp

Gets/sets the XML code containing the XMP metadata.

Events

Name Description
Public event Aborted

Fires when operation has been aborted.

(Inherited from SyncHandler.)
Public event Continued

Fires when operation has been resumed with Continue() method.

(Inherited from SyncHandler.)
Public event Paused

Fires when operation has been paused with Pause() method.

(Inherited from SyncHandler.)
Protected event Progress

Fires on the operation progress notifications.

(Inherited from SyncHandler.)
Public event Started

Fires after operation has been started.

(Inherited from SyncHandler.)
Public event Starting

Fires before operation is started.

(Inherited from SyncHandler.)
Public event Stopped

Fires after operation has been stopped.

(Inherited from SyncHandler.)
Public event Stopping

Fires before operation is stopped.

(Inherited from SyncHandler.)

See Also

Reference