The LosslessJpegTransform type exposes the following members.
Name | Description | |
---|---|---|
LosslessJpegTransform | Overloaded. Creates and initializes new LosslessJpegTransform class instance. |
Name | Description | |
---|---|---|
{dtor} |
Enables using delete operator in C++ applications. It is strongly not recommended to use it directly. |
|
Abort |
Aborts current operation. (Inherited from SyncHandler.) |
|
AlignToSampleSize | Overloaded. Aligns given coordinates to the JPEG sample size |
|
Close |
Closes JPEG transform and releases the file opened with Open(String) method. |
|
Continue |
Resumes execution of the operation previously paused with Pause() method. (Inherited from SyncHandler.) |
|
Dispose |
Releases all resources used by this SyncHandler. (Inherited from SyncHandler.) |
|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IsTrimmingRequired |
Determines whether the image will be trimmed during the rotation or flipping. |
|
Lock |
Locks the object. (Inherited from SyncHandler.) |
|
MemberwiseClone | (Inherited from Object.) | |
Open | Overloaded. Opens the JPEG transform object on the specified file. |
|
Pause |
Pauses execution of the current operation. (Inherited from SyncHandler.) |
|
ToString | (Inherited from Object.) | |
Unlock |
Unlocks the object previously locked with method Lock(). (Inherited from SyncHandler.) |
|
WaitForCompletion |
Suspends the calling thread until the operation currently run is completed. (Inherited from SyncHandler.) |
|
Write | Overloaded. Writes the JPEG file without modifying the image. |
|
WriteCropped | Overloaded. Crops a portion of the uncompressed JPEG image and writes it to specified file/stream. |
|
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. |
|
WriteRotated | Overloaded. Writes the JPEG file rotated or/and flipped (without recompression). |
|
WriteTransposed | Overloaded. Writes the JPEG file transposed (without recompression). |
|
WriteTransversed | Overloaded. Writes the JPEG file to the specified file transversed (without recompression). |
Name | Description | |
---|---|---|
AdobeResources |
Gets/sets Adobe® image resource blocks for the opened JPEG file. |
|
ColorProfile |
Gets/sets the color profile associated with this JPEG file. |
|
Completed |
Returns value indicating if the operation is currently running. (Inherited from SyncHandler.) |
|
ExceptionThrowEnabled |
Gets/sets value that specifies if to throw exception in synchronous mode. (Inherited from SyncHandler.) |
|
Exif |
Gets/sets EXIF data collection for the opened JPEG file. |
|
Iptc |
Gets/sets IPTC data collection for the opened JPEG file. |
|
Locked |
Indicates if the object has been locked. (Inherited from SyncHandler.) |
|
Opened |
Returns value that specifies if the JPEG file transform is opened. |
|
Priority |
Gets/sets a priority for the auxilary thread. (Inherited from SyncHandler.) |
|
SampleSize |
Returns a value that specifies the sample size of the JPEG file. |
|
SynchronizationMode |
Gets/sets synchronization mode for the object. (Inherited from SyncHandler.) |
|
Timeout |
Gets/sets value specifying maximum time for which object can be locked. (Inherited from SyncHandler.) |
|
Xmp |
Gets/sets the XML code containing the XMP metadata. |
Name | Description | |
---|---|---|
Aborted |
Fires when operation has been aborted. (Inherited from SyncHandler.) |
|
Continued |
Fires when operation has been resumed with Continue() method. (Inherited from SyncHandler.) |
|
Paused |
Fires when operation has been paused with Pause() method. (Inherited from SyncHandler.) |
|
Progress |
Fires on the operation progress notifications. (Inherited from SyncHandler.) |
|
Started |
Fires after operation has been started. (Inherited from SyncHandler.) |
|
Starting |
Fires before operation is started. (Inherited from SyncHandler.) |
|
Stopped |
Fires after operation has been stopped. (Inherited from SyncHandler.) |
|
Stopping |
Fires before operation is stopped. (Inherited from SyncHandler.) |