THotPDF.DecodeLoadedJBIG2Stream Method
Résumé de la méthode: THotPDF.DecodeLoadedJBIG2Stream Method
Déclaration
function DecodeLoadedJBIG2Stream(AImageStream: THPDFStreamObject): TBitmap;
Unité
HPDFDoc
Paramètres
| Nom | Objectif |
|---|---|
AImageStream | Loaded PDF stream object containing JBIG2 image data |
Valeur de retour
Bitmap containing the decoded image
Notes d'utilisation
- Set THotPDF.UseExternalJBIG2Decoder when the deployment uses an external decoder path
- The caller owns the returned bitmap instance
API associées
- THotPDF
- THotPDF.GetLoadedImageCount Method
- THotPDF.GetLoadedImageInfo Method
- THotPDF.ExtractLoadedImage Method
- Contents