THotPDF.DecodeLoadedJBIG2Stream Method
メソッドの要約: THotPDF.DecodeLoadedJBIG2Stream Method
宣言
function DecodeLoadedJBIG2Stream(AImageStream: THPDFStreamObject): TBitmap;
ユニット
HPDFDoc
パラメータ
| 名前 | 目的 |
|---|---|
AImageStream | Loaded PDF stream object containing JBIG2 image data |
戻り値
Bitmap containing the decoded image
使用上の注意
- Set THotPDF.UseExternalJBIG2Decoder when the deployment uses an external decoder path
- The caller owns the returned bitmap instance
関連 API
- THotPDF
- THotPDF.GetLoadedImageCount Method
- THotPDF.GetLoadedImageInfo Method
- THotPDF.ExtractLoadedImage Method
- Contents