Object
JpegExporterConsole
IGraphicsExporter
Baseline (console only) | Forces baseline in the quality setting. |
Grayscale (console only) | To compress to a Grayscale color space. |
ProgressHandler (console only) | To get progress feedback then assign a a class instance that implements the IProgressHandler interface to this property. |
Progressive (console only) | To set a progressive compression. |
Quality (console only) | Quality is to define the quality level. |
SmoothingFactor (console only) | Smoothing factor is to add smoothing to the image when it gets compressed. |
SaveToFile (console only) | Exports a picture to a Jpeg file. |
SaveToStream (console only) | Exports a picture formatted as Jpeg to a IBinaryStreamWriter. |
SaveToString (console only) | Exports a picture formatted as Jpeg to a String. |