ImageType
Description
The type of the selected image.
Syntax
Delphi
function TDebenuPDFLibrary1811.ImageType: Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::ImageType As Long
DLL
int DPLImageType(int InstanceID)
Return values
| 0 | No image is selected |
| 1 | The selected image is a JPEG image |
| 2 | The selected image is a BMP image |
| 3 | The selected image is a TIFF image |
