SelectImage
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 TDebenuPDFLibrary1811.SelectImage(ImageID: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::SelectImage(ImageID As Long) As Long
DLL
int DPLSelectImage(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 |