AssignDIB |
Assigns the DIB from the control to a receiver and removes the DIB from the control. |
CalsAddTag |
Adds a Cals tag to the image file. |
CalsAddTagPtr |
Adds Cals tag information to the image file via a pointer. |
CalsDeleteTag |
Deletes the current Cals tag in the image file. |
CalsFindTag |
Retrieves the specified Cals tag in the image file. |
CalsFindTagPtr |
Retrieves the specified Cals tag in the image file. |
CalsFirstTag |
Retrieves the first instance of a Cals tag in the image file. |
CalsNextTag |
Retrieves the next instance of a Cals tag in the image file. |
CloseImage |
Closes the specified image and frees up associated resources. |
CopyDIB |
Creates a copy of the current DIB. |
CopyImage |
Copies an image from a specified image buffer to the current processor image buffer. |
CreateDIB |
Creates a new solid color bitmap. |
DIBGetPalIndex |
Gets an RGB value for a palette entry in the current DIB. |
DIBGetPixel |
Gets a pixel value from the current DIB. |
DIBSetPalIndex |
Sets an RGB value for a palette entry in the current DIB. |
DIBSetPixel |
Sets a pixel value in the current DIB. |
FileGetTags |
Retrieves the collection of tags for the page requested. |
FileSetTags |
Sets the collection of tags into the image file. |
GetImageHnd |
Gets the global handle of the image associated with the image buffer. |
GetUniqueImageID |
Gets a long integer that represents a unique image buffer that is currently not already in use. |
ImageStatus |
Returns the current status for a specified image buffer. |
IptcAddDataSet |
Adds an Iptc dataset to the image. |
IptcAddDataSetPtr |
Adds an Iptc dataset via a pointer. |
IptcDeleteDataSet |
Deletes the current Iptc dataset in the image file. |
IptcFindDataSet |
Retrieves the specified Iptc dataset in the image file. |
IptcFirstDataSet |
Finds the first instance of an Iptc dataset in the image file |
IptcModifyDataSet |
Modifies an Iptc dataset in the image file. |
IptcModifyDataSetPtr |
Modifies the Iptc dataset in the image file via a pointer. |
IptcNextDataSet |
Retrieves the next instance of an Iptc dataset in the image file. |
IsValid |
Returns whether or not the supplied image buffer ID has been allocated from the image buffer manager. |
JPEGCommentAdd |
Adds a comment to the current comment list. |
JPEGCommentDelete |
Deletes a comment from the current comment list. |
JPEGGetComment |
Returns the comment text of the specified comment in the current comment list. |
ModcaAddTag |
Adds a Modca tag to the image. |
ModcaAddTagPtr |
Adds a Modca tag to an image by a pointer. |
ModcaDeleteTag |
Deletes the current Modca tag. |
ModcaFindTag |
Finds the specified Modca tag in the image. |
ModcaFirstTag |
Find the first instance of a Modca tag in the image. |
ModcaNextTag |
Finds the next instance of a Modca tag in the image. |
NumPages |
Retrieves the number of image pages in a multiple page TIFF or DCX file. |
QueryBufferPtr |
Retrieves information about an image that is located in a memory buffer. |
QueryCadFormat |
Query the CAD format with the given attributes. |
QueryCadLayer |
Query the CAD layer with the given attributes. |
QueryCadLayout |
Query the CAD layout with the given attributes. |
QueryFile |
Obtains information about an image file. |
QueryFileV |
Obtains information about an image file. |
ShowViewImageInfo |
Shows a dialog box displaying information about the selected image. |
TagAdd |
Adds a tag to the image's tag list. |
TagDelete |
Removes a tag from the image's tag list. |
TagFind |
Retrieves the specified tag in the image's tag list. |
TagFirst |
Retrieves the first tag in the image's tag list. |
TagGetDataItem |
Retrieves a data item from the current tag in the image's tag list. |
TagModify |
Modifies a single data item in a tag. |
TagNext |
Retrieves the next tag in the image's tag list. |
TagSetData |
Sets a tag with the the supplied data in the image's tag list. |
TagSetDataItem |
Sets a data item from the current tag in the image's tag list. |
TagSetDataPtr |
Sets a tag with the the supplied data in the image's tag list. |
ToHBitmap |
Gets a handle to a device dependent bitmap for the image. |
Undo |
Undo the action of the previous image processing method if the UndoEnabled property was set True prior to performing the method. |