THotPDF.DecodeLoadedCCITTStream Method
Riepilogo del metodo: THotPDF.DecodeLoadedCCITTStream Method
Dichiarazione
function DecodeLoadedCCITTStream(AImageStream: THPDFStreamObject): TBitmap;
UnitÃ
HPDFDoc
Parametri
| Nome | Scopo |
|---|---|
AImageStream | Loaded PDF stream object containing CCITT image data |
Valore restituito
Bitmap containing the decoded image
Note d'uso
- Use this API for bi-level fax-compressed image streams
- The caller owns the returned bitmap instance
API correlate
- THotPDF
- THotPDF.GetLoadedImageCount Method
- THotPDF.GetLoadedImageInfo Method
- THotPDF.ExtractLoadedImage Method
- Contents