The LosslessJpegTransform type exposes the following members.
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). |