Object
JpegImporterConsole
IGraphicsImporter
ColorSpaceCMYK (console only) | Returns true if the last image read had CMYK color space that the plugin does not support. |
Grayscale (console only) | Use this property after importing a Jpeg image to get information if the decoded picture was Grayscale or color picture. |
ProgressHandler (console only) | To get progress feedback then assign a a class instance that implements the IProgressHandler interface to this property. |
OpenFromFile (console only) | Opens a Jpeg Image from a file. |
OpenFromStream (console only) | Opens a Jpeg Image from a IBinaryStreamWriter. |
OpenFromString (console only) | Opens a Jpeg Image from a String. |