THotPDF.ExtractLoadedImage Method
Metodsammanfattning: THotPDF.ExtractLoadedImage Method
Deklaration
function ExtractLoadedImage(ImageIndex: Integer): TBitmap;
Enhet
HPDFDoc
Parametrar
| Namn | Syfte |
|---|---|
ImageIndex | Zero-based image index |
Returvärde
Bitmap containing the decoded image
Användningsanteckningar
- The caller owns the returned bitmap instance
- Use THotPDF.GetLoadedImageInfo first when format or dimensions matter
Relaterade API:er
- THotPDF
- THotPDF.GetLoadedImageCount Method
- THotPDF.GetLoadedImageInfo Method
- Contents