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. Property is OBSOLETE - use compressionBitonalEx | |
compressionBitonalEx | Identifies compression of saved bi-tonal (BW)images inside fo TIFF or PDF | |
compressionColor | Identifies compression of saved color and grayscale images inside fo TIFF or PDF. Property is OBSOLETE - use compressionColorEx | |
compressionColorEx | Identifies compression of saved color and grayscale images inside fo TIFF or PDF | |
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. Property is OBSOLETE - use pdfRasterColorModeEx | |
pdfRasterColorModeEx | Pdf Rasterization color selection | |
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. Property is OBSOLETE - use pdfReadModeEx | |
pdfReadModeEx | Pdf page reading mode selection |
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 a Bitmap object | |
SaveAs | Saves the bitmap to the specified file |