THotPDF.DecodeLoadedImageStream Method
Резюме на метода: THotPDF.DecodeLoadedImageStream Method
Декларация
function DecodeLoadedImageStream(AImageStream: THPDFStreamObject): TBitmap;
Unit
HPDFDoc
Параметри
| Name | Предназначение |
|---|---|
AImageStream | Loaded PDF stream object containing image data |
Върната стойност
Bitmap containing the decoded image
Бележки за употреба
- Use this API with stream objects returned by loaded-document inspection workflows
- The caller owns the returned bitmap instance
Свързани API
- THotPDF
- THotPDF.GetLoadedImageCount Method
- THotPDF.GetLoadedImageInfo Method
- THotPDF.ExtractLoadedImage Method
- Contents