THotPDF.DecodeLoadedCCITTStream Method
Metodsammanfattning: THotPDF.DecodeLoadedCCITTStream Method
Deklaration
function DecodeLoadedCCITTStream(AImageStream: THPDFStreamObject): TBitmap;
Enhet
HPDFDoc
Parametrar
| Namn | Syfte |
|---|---|
AImageStream | Loaded PDF stream object containing CCITT image data |
Returvärde
Bitmap containing the decoded image
Användningsanteckningar
- Use this API for bi-level fax-compressed image streams
- The caller owns the returned bitmap instance
Relaterade API:er
- THotPDF
- THotPDF.GetLoadedImageCount Method
- THotPDF.GetLoadedImageInfo Method
- THotPDF.ExtractLoadedImage Method
- Contents