THotPDF.DecodeLoadedCCITTStream Method
Metodesammendrag: THotPDF.DecodeLoadedCCITTStream Method
Deklaration
function DecodeLoadedCCITTStream(AImageStream: THPDFStreamObject): TBitmap;
Enhed
HPDFDoc
Parametre
| Navn | Formål |
|---|---|
AImageStream | Loaded PDF stream object containing CCITT image data |
Returværdi
Bitmap containing the decoded image
Brugsnoter
- Use this API for bi-level fax-compressed image streams
- The caller owns the returned bitmap instance
Relaterede API'er
- THotPDF
- THotPDF.GetLoadedImageCount Method
- THotPDF.GetLoadedImageInfo Method
- THotPDF.ExtractLoadedImage Method
- Contents