public class ICiImage extends CiSuperObject |
public class ICiImage extends CiSuperObject |
Name | Description | |
---|---|---|
Append | Append image to file. | |
Clear | Set all pixels to white. | |
Close | Close image. | |
Copy | Copy image to another image. | |
CopyToClipboard | Copy image to clipboard. | |
Create | Create a Bitonal image. | |
CreateBpp | Create an image (bpp = 1, 8, 24). | |
CreateZone | Create new Zone within image. | |
CreateZoneRect | Create new Zone within image. | |
Crop | Crop rectangle. | |
Dispose | Dispose object | |
Duplicate | Create a duplicate of this CiImage object. | |
Flip | Rotate image upside down. | |
FlipHorz | Flip image around horizontal axis. | |
FlipVert | Flip image around vertical axis. | |
getBitsPerPixel | Number of bits to store each pixel. | |
getFileName | Image file name. | |
getFormat | Image file format. | |
getHeight | Image height in pixels. | |
getHorzDpi | Horizontal resolution in dots-per-inch. | |
getIsModified | Image was modified flag. | |
getIsValid | Image is opened. | |
getIsZone | Object represents a zone on another image. | |
getJpegQuality | Quality of Jpeg Compression 0-100. | |
getLineBytes | Image memory line width in bytes. | |
getPageCount | Number of pages in image file. | |
getPageNumber | Image page number in image file. | |
getParent | Object containing image memory of this object. | |
getPComprBitonal | TIFF/PDF Compression to save Bitonal image. | |
getPComprColor | TIFF/PDF Compression to save Color/GS image. | |
getPdf | property Pdf. | |
getVertDpi | Vertical resolution in dots-per-inch. | |
getWidth | Image width in pixels. | |
getZone | Current zone coordinates. | |
Invert | Invert image pixels. | |
Open | Create image from image file. | |
OpenFromBitmap | Create image from Windows Bitmap. | |
OpenFromClipboard | Create image from Clipboard. | |
OpenFromFileBMP | Create image from BMP image file. | |
RotateLeft | Rotate image to the left. | |
RotateRight | Rotate image to the right. | |
Save | Save image into its image file. | |
SaveAs | Save image in new file. | |
SaveToBitmap | Copy image to new Windows Bitmap. | |
SaveToDIB | Copy image to new Windows DIB. | |
SaveToFileBMP | Save image in new BMP file. | |
setHorzDpi | Horizontal resolution in dots-per-inch. | |
setJpegQuality | Quality of Jpeg Compression 0-100. | |
setPComprBitonal | TIFF/PDF Compression to save Bitonal image. | |
setPComprColor | TIFF/PDF Compression to save Color/GS image. | |
setVertDpi | Vertical resolution in dots-per-inch. | |
ToBitonal | method ToBitonal. | |
ToGrayscale | method ToGrayscale. |