Image object
Append | Append image to a file |
Clear | Set all pixels to white |
Close | Close image |
Copy | Copy image to another image |
CopyToClipboard | Copy image to clipboard |
Create | Create a Bi-tonal image |
CreateBpp | Create an image (bpp = 1, 8, 24) |
CreateZone | Create a new zone within the image |
CreateZoneRect | Create a new zone within the image |
Crop | Crop rectangle |
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 |
Invert | Invert image pixels |
Open | Create image from an image file |
OpenFromBitmap | Create image from Windows Bitmap |
OpenFromClipboard | Create image from Clipboard |
RotateLeft | Rotate image to the left |
RotateRight | Rotate image to the right |
Save | Save image to original file |
SaveAs | Save the image to a file |
SaveToBitmap | Copy image to new Windows Bitmap |
SaveToDIB | Copy image to new Windows DIB |
ToBitonal | Convert image to bi-tonal |
ToGrayscale | Convert image to grayscale |
BitsPerPixel | Number of bits to store each pixel |
FileName | Image file name |
Format | Image file format |
Height | Image height in pixels |
HorzDpi | Horizontal resolution in dots-per-inch |
IsValid | Image is opened |
IsZone | Object represents a zone on another image |
JpegQuality | Controls compression of color or grayscale images saved to TIFF or PDF files JPEG compression or saving to JPEG files. |
LineBytes | Image memory line width in bytes |
PageCount | Number of pages in image file |
PageNumber | Image page number in image file |
Parent | Object containing image memory of this object |
pComprBitonal | Controls compression of bi-tonal images while saving to TIFF or PDF files. |
pComprColor | Controls compression of color or grayscale images while saving to TIFF or PDF files. |
CiPdf object defines how PDF file is opened or saved | |
VertDpi | Vertical resolution in dots-per-inch |
Width | Image width in pixels |
Zone | Current zone coordinates |