SelectImage
Description
Select one of the images that have been added to the selected document.
Syntax
Delphi
function TQuickPDF0813.SelectImage(ImageID: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SelectImage(ImageID As Long) As Long
DLL
int QuickPDFSelectImage(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 |