SelectImage
Image handling, Page layout
Description
Select one of the images that have been added to the selected document with the AddImage* functions or an ImageID returned using GetImageListItemIntProperty with property 405.
Syntax
Delphi
function TPDFlib.SelectImage(ImageID: Integer): Integer;ActiveX
Function PDFlib::SelectImage(ImageID As Long) As LongDLL
int DLSelectImage(int InstanceID, int ImageID);Parameters
| ImageID | The ID of the image to select |
|---|
Return values
| 0 | The specified ID could not be found |
|---|---|
| 1 | The image was selected successfully |