The following tables list the members exposed by CiImage.
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 | |
IsModified | Image was modified flag | |
IsValid | Image is opened | |
IsZone | Object represents a zone on another image | |
JpegQuality | Quality of Jpeg Compression 0-100 | |
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 | TIFF/PDF Compression to save Bitonal image | |
pComprColor | TIFF/PDF Compression to save Color/GS image | |
property Pdf | ||
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 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 | |
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 | Convert CiImage object to .NET Bitmap object. | |
Invert | Invert image pixels | |
Open | Overloaded. Open image from Stream object using specified page. | |
OpenFromBitmap | Create image from Windows Bitmap | |
OpenFromClipboard | Create image from Clipboard | |
OpenPage | ||
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 |