Converter for sending JPEG converted image data. More...
Inherits Converter.
Public Member Functions | |
JpegConverter () | |
Constructor. | |
Public Member Functions inherited from Converter | |
void | Dispose () |
IDisposable implementation. | |
Properties | |
int | Scale [get, set] |
The scale of the JPEG conversion. The scale must be in range 1...16. | |
int | Quality [get, set] |
The quality of the JPEG conversion. The quality must be in range 1...100. | |
Properties inherited from Converter | |
IntPtr | Handle [get] |
Native handle. | |
bool | IsDisposed [get] |
Gets if the native handle has been disposed. | |
Properties inherited from INativeHandle | |
IntPtr | Handle [get] |
The native handle of the object. | |
bool | IsDisposed [get] |
Possibility to check whether the object has already been disposed of. | |
Additional Inherited Members | |
Protected Member Functions inherited from Converter | |
virtual void | Dispose (bool disposing) |
IDisposable helper function. More... | |
Events inherited from Converter | |
NativeHandleEventDelegate | ObjectDisposing |
Raised when this object is about to be disposed via the IDisposable.Dispose method. More... | |
Events inherited from INativeHandle | |
NativeHandleEventDelegate | ObjectDisposing |
Raised when this object is about to be disposed via the IDisposable.Dispose method. More... | |
Converter for sending JPEG converted image data.