THotPDF.DecodeLoadedCCITTStream Method
Method summary: THotPDF.DecodeLoadedCCITTStream Method
Declaration
function DecodeLoadedCCITTStream(AImageStream: THPDFStreamObject): TBitmap;
Unit
HPDFDoc
Parameters
| Name | Purpose |
|---|---|
AImageStream | Loaded PDF stream object containing CCITT image data |
Return value
Bitmap containing the decoded image
Usage notes
- Use this API for bi-level fax-compressed image streams
- The caller owns the returned bitmap instance
Related APIs
- THotPDF
- THotPDF.GetLoadedImageCount Method
- THotPDF.GetLoadedImageInfo Method
- THotPDF.ExtractLoadedImage Method
- Contents