THotPDF.DecodeLoadedCCITTStream Method
Methodenzusammenfassung: THotPDF.DecodeLoadedCCITTStream Method
Deklaration
function DecodeLoadedCCITTStream(AImageStream: THPDFStreamObject): TBitmap;
Unit
HPDFDoc
Parameter
| Name | Zweck |
|---|---|
AImageStream | Loaded PDF stream object containing CCITT image data |
Rückgabewert
Bitmap containing the decoded image
Verwendungshinweise
- Use this API for bi-level fax-compressed image streams
- The caller owns the returned bitmap instance
Verwandte APIs
- THotPDF
- THotPDF.GetLoadedImageCount Method
- THotPDF.GetLoadedImageInfo Method
- THotPDF.ExtractLoadedImage Method
- Contents