THotPDF.DecodeLoadedCCITTStream Method
Metodesammendrag: THotPDF.DecodeLoadedCCITTStream Method
Deklarasjon
function DecodeLoadedCCITTStream(AImageStream: THPDFStreamObject): TBitmap;
Enhet
HPDFDoc
Parametere
| Navn | Formål |
|---|---|
AImageStream | Loaded PDF stream object containing CCITT image data |
Returverdi
Bitmap containing the decoded image
Bruksnotater
- Use this API for bi-level fax-compressed image streams
- The caller owns the returned bitmap instance
Relaterte API-er
- THotPDF
- THotPDF.GetLoadedImageCount Method
- THotPDF.GetLoadedImageInfo Method
- THotPDF.ExtractLoadedImage Method
- Contents