THotPDF.ExtractLoadedImage Method
Résumé de la méthode: THotPDF.ExtractLoadedImage Method
Déclaration
function ExtractLoadedImage(ImageIndex: Integer): TBitmap;
Unité
HPDFDoc
Paramètres
| Nom | Objectif |
|---|---|
ImageIndex | Zero-based image index |
Valeur de retour
Bitmap containing the decoded image
Notes d'utilisation
- The caller owns the returned bitmap instance
- Use THotPDF.GetLoadedImageInfo first when format or dimensions matter
API associées
- THotPDF
- THotPDF.GetLoadedImageCount Method
- THotPDF.GetLoadedImageInfo Method
- Contents