THotPDF.ExtractLoadedImage Method
メソッドの要約: THotPDF.ExtractLoadedImage Method
宣言
function ExtractLoadedImage(ImageIndex: Integer): TBitmap;
ユニット
HPDFDoc
パラメータ
| 名前 | 目的 |
|---|---|
ImageIndex | Zero-based image index |
戻り値
Bitmap containing the decoded image
使用上の注意
- The caller owns the returned bitmap instance
- Use THotPDF.GetLoadedImageInfo first when format or dimensions matter
関連 API
- THotPDF
- THotPDF.GetLoadedImageCount Method
- THotPDF.GetLoadedImageInfo Method
- Contents