Converter for sending JPEG converted image data. More...
Inherits Converter.
Public Member Functions | |
JpegConverter () | |
Constructor. | |
![]() | |
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. | |
![]() | |
IntPtr | Handle [get] |
Native handle. | |
bool | IsDisposed [get] |
Gets if the native handle has been disposed. | |
Additional Inherited Members | |
![]() | |
virtual void | Dispose (bool disposing) |
IDisposable helper function. | |
![]() | |
NativeHandleEventDelegate | ObjectDisposing |
Raised when this object is about to be disposed via the IDisposable.Dispose method. | |
![]() | |
NativeHandleEventDelegate | ObjectDisposing |
Raised when this object is about to be disposed via the IDisposable.Dispose method. | |
Converter for sending JPEG converted image data.
We use cookies to improve your experience. By using this documentation, you agree to our use of cookies.