ClearImage Java API
ICiImage Class
Members  
ClearImageJNI Package : ICiImage Class
ICiImage class corresponds to a COM API class.
Syntax
public class ICiImage 
    extends CiSuperObject 
Public Methods
 NameDescription
Public MethodAppend image to file.  
Public MethodSet all pixels to white.  
Public MethodClose image.  
Public MethodCopy image to another image.  
Public MethodCopy image to clipboard.  
Public MethodCreate a Bitonal image.  
Public MethodCreate an image (bpp = 1, 8, 24).  
Public MethodCreate new Zone within image.  
Public MethodCreate new Zone within image.  
Public MethodCrop rectangle.  
Public MethodDispose object  
Public MethodCreate a duplicate of this CiImage object.  
Public MethodRotate image upside down.  
Public MethodFlip image around horizontal axis.  
Public MethodFlip image around vertical axis.  
Public MethodNumber of bits to store each pixel.  
Public MethodImage file name.  
Public MethodImage file format.  
Public MethodImage height in pixels.  
Public MethodHorizontal resolution in dots-per-inch.  
Public MethodImage was modified flag.  
Public MethodImage is opened.  
Public MethodObject represents a zone on another image.  
Public MethodQuality of Jpeg Compression 0-100.  
Public MethodImage memory line width in bytes.  
Public MethodNumber of pages in image file.  
Public MethodImage page number in image file.  
Public MethodObject containing image memory of this object.  
Public MethodTIFF/PDF Compression to save Bitonal image.  
Public MethodTIFF/PDF Compression to save Color/GS image.  
Public Methodproperty Pdf.  
Public MethodVertical resolution in dots-per-inch.  
Public MethodImage width in pixels.  
Public MethodCurrent zone coordinates.  
Public MethodInvert image pixels.  
Public MethodCreate image from image file.  
Public MethodCreate image from Windows Bitmap.  
Public MethodCreate image from Clipboard.  
Public MethodCreate image from BMP image file.  
Public MethodRotate image to the left.  
Public MethodRotate image to the right.  
Public MethodSave image into its image file.  
Public MethodSave image in new file.  
Public MethodCopy image to new Windows Bitmap.  
Public MethodCopy image to new Windows DIB.  
Public MethodSave image in new BMP file.  
Public MethodHorizontal resolution in dots-per-inch.  
Public MethodQuality of Jpeg Compression 0-100.  
Public MethodTIFF/PDF Compression to save Bitonal image.  
Public MethodTIFF/PDF Compression to save Color/GS image.  
Public MethodVertical resolution in dots-per-inch.  
Public Methodmethod ToBitonal.  
Public Methodmethod ToGrayscale.  
Top
See Also

Reference

ICiImage Class
ClearImageJNI Package