THotPDF.CollectLoadedImageStreams Method
メソッドの要約: THotPDF.CollectLoadedImageStreams Method
宣言
function CollectLoadedImageStreams: TList;
ユニット
HPDFDoc
パラメータ
| 名前 | 目的 |
|---|---|
| パラメータなし | |
戻り値
List containing loaded image stream objects
使用上の注意
- Use this lower-level API when custom image-stream handling is required
- The returned list references loaded document objects rather than creating decoded bitmaps
関連 API
- THotPDF
- THotPDF.GetLoadedImageCount Method
- THotPDF.GetLoadedImageInfo Method
- THotPDF.ExtractLoadedImage Method
- Contents