The following tables list the members exposed by ImageIO.
| Name | Description | |
|---|---|---|
|  | ImageIO Constructor | Initializes ImageIO object | 
| Name | Description | |
|---|---|---|
|  | compressionBitonal | Identifies compression of saved bi-tonal (BW)images inside fo TIFF or PDF. | 
|  | compressionBitonalEx | Identifies compression of saved bi-tonal (BW)images inside fo TIFF or PDF Property is OBSOLETE - use compressionBitonal | 
|  | compressionColor | Identifies compression of saved color and grayscale images inside fo TIFF or PDF. | 
|  | compressionColorEx | Identifies compression of saved color and grayscale images inside fo TIFF or PDF Property is OBSOLETE - use compressionColor | 
|  | Image | Get underlying CiImage object | 
|  | jpegQuality | Quality of JPEG Compression. 0-the lowest, 100-the highest | 
|  | pdfMinImageHeight | Minimum height of an image to extract from PDF page. To extract only page-high image set to -98765. | 
|  | pdfMinImageWidth | Minimum witdth of an image to extract from PDF page. To extract only page-wide image set to -98765. | 
|  | pdfRasterColorMode | Pdf Rasterization color selection. | 
|  | pdfRasterColorModeEx | Pdf Rasterization color selection Property is OBSOLETE - use pdfRasterColorMode | 
|  | pdfRasterDpiBitonal | DPI of bi-tonal PDF rasterization | 
|  | pdfRasterDpiColor | DPI of color PDF rasterization | 
|  | pdfRasterDpiGrayscale | DPI of grayscale PDF rasterization | 
|  | pdfReadMode | Pdf page reading mode selection. | 
|  | pdfReadModeEx | Pdf page reading mode selection Property is OBSOLETE - use pdfReadMode | 
| Name | Description | |
|---|---|---|
|  | Append | Appends bitmap to the specified file | 
|   | CopyToClipboard | Copies Bitmap to clipboard | 
|   | Create | Overloaded. Creates Bitmap object of specified size | 
|  | Info | Overloaded. Obtains information about the image file and optionally about image page | 
|  | Open | Overloaded. Reads the image to a Bitmap object | 
|  | SaveAs | Saves Bitmap to the specified file | 
 
     
     
     
     
    