THotPDF.ExtractLoadedImage Method
Methodeoverzicht: THotPDF.ExtractLoadedImage Method
Declaratie
function ExtractLoadedImage(ImageIndex: Integer): TBitmap;
Eenheid
HPDFDoc
Parameters
| Naam | Doel |
|---|---|
ImageIndex | Zero-based image index |
Retourwaarde
Bitmap containing the decoded image
Gebruiksaantekeningen
- The caller owns the returned bitmap instance
- Use THotPDF.GetLoadedImageInfo first when format or dimensions matter
Gerelateerde API's
- THotPDF
- THotPDF.GetLoadedImageCount Method
- THotPDF.GetLoadedImageInfo Method
- Contents