THotPDF.DecodeLoadedCCITTStream Method
Souhrn metody: THotPDF.DecodeLoadedCCITTStream Method
Deklarace
function DecodeLoadedCCITTStream(AImageStream: THPDFStreamObject): TBitmap;
Jednotka
HPDFDoc
Parametry
| Název | Účel |
|---|---|
AImageStream | Loaded PDF stream object containing CCITT image data |
Návratová hodnota
Bitmap containing the decoded image
Poznámky k použití
- Use this API for bi-level fax-compressed image streams
- The caller owns the returned bitmap instance
Související API
- THotPDF
- THotPDF.GetLoadedImageCount Method
- THotPDF.GetLoadedImageInfo Method
- THotPDF.ExtractLoadedImage Method
- Contents