THotPDF.DecodeLoadedJBIG2Stream Method
Resumo do método: THotPDF.DecodeLoadedJBIG2Stream Method
Declaração
function DecodeLoadedJBIG2Stream(AImageStream: THPDFStreamObject): TBitmap;
Unidade
HPDFDoc
Parâmetros
| Nome | Finalidade |
|---|---|
AImageStream | Loaded PDF stream object containing JBIG2 image data |
Valor de retorno
Bitmap containing the decoded image
Notas de uso
- Set THotPDF.UseExternalJBIG2Decoder when the deployment uses an external decoder path
- The caller owns the returned bitmap instance
APIs relacionadas
- THotPDF
- THotPDF.GetLoadedImageCount Method
- THotPDF.GetLoadedImageInfo Method
- THotPDF.ExtractLoadedImage Method
- Contents