THotPDF.DecodeLoadedCCITTStream Method
Ringkasan metode: THotPDF.DecodeLoadedCCITTStream Method
Deklarasi
function DecodeLoadedCCITTStream(AImageStream: THPDFStreamObject): TBitmap;
Unit
HPDFDoc
Parameter
| Nama | Tujuan |
|---|---|
AImageStream | Loaded PDF stream object containing CCITT image data |
Nilai balik
Bitmap containing the decoded image
Catatan penggunaan
- Use this API for bi-level fax-compressed image streams
- The caller owns the returned bitmap instance
API terkait
- THotPDF
- THotPDF.GetLoadedImageCount Method
- THotPDF.GetLoadedImageInfo Method
- THotPDF.ExtractLoadedImage Method
- Contents