THotPDF.DecodeLoadedImageStream Method
メソッドの要約: THotPDF.DecodeLoadedImageStream Method
宣言
function DecodeLoadedImageStream(AImageStream: THPDFStreamObject): TBitmap;
ユニット
HPDFDoc
パラメータ
| 名前 | 目的 |
|---|---|
AImageStream | Loaded PDF stream object containing image data |
戻り値
Bitmap containing the decoded image
使用上の注意
- Use this API with stream objects returned by loaded-document inspection workflows
- The caller owns the returned bitmap instance
関連 API
- THotPDF
- THotPDF.GetLoadedImageCount Method
- THotPDF.GetLoadedImageInfo Method
- THotPDF.ExtractLoadedImage Method
- Contents