THotPDF.DecodeLoadedImageStream Method
Povzetek metode: THotPDF.DecodeLoadedImageStream Method
Deklaracija
function DecodeLoadedImageStream(AImageStream: THPDFStreamObject): TBitmap;
Unit
HPDFDoc
Parametri
| Name | Namen |
|---|---|
AImageStream | Loaded PDF stream object containing image data |
Vrnjena vrednost
Bitmap containing the decoded image
Opombe o uporabi
- Use this API with stream objects returned by loaded-document inspection workflows
- The caller owns the returned bitmap instance
Povezani API-ji
- THotPDF
- THotPDF.GetLoadedImageCount Method
- THotPDF.GetLoadedImageInfo Method
- THotPDF.ExtractLoadedImage Method
- Contents