Name | Description | |
---|---|---|
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 |
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 Bi-tonal image | |
CreateBpp | Create an image (bpp = 1, 8, 24) | |
CreateZone | Create new Zone within image | |
CreateZoneRect | Create new Zone within 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 | |
GetBitmap | Obtain .NET Bitmap from this image | |
Invert | Invert image pixels | |
Open | Overloaded. 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 into its image file | |
SaveAs | Save image in new file | |
SaveToStream | Save image to a Stream object. | |
ToBitonal | method ToBitonal | |
ToGrayscale | method ToGrayscale |