THotPDF.DecodeLoadedCCITTStream Method
Podsumowanie metody: THotPDF.DecodeLoadedCCITTStream Method
Deklaracja
function DecodeLoadedCCITTStream(AImageStream: THPDFStreamObject): TBitmap;
Jednostka
HPDFDoc
Parametry
| Nazwa | Przeznaczenie |
|---|---|
AImageStream | Loaded PDF stream object containing CCITT image data |
Wartość zwracana
Bitmap containing the decoded image
Uwagi dotyczące użycia
- Use this API for bi-level fax-compressed image streams
- The caller owns the returned bitmap instance
Powiązane API
- THotPDF
- THotPDF.GetLoadedImageCount Method
- THotPDF.GetLoadedImageInfo Method
- THotPDF.ExtractLoadedImage Method
- Contents