RasterFrame_GetEmbThumbPict¶
Extract the embedded thumbnail from a raster frame and return it as a picture.
RasterFrame_GetEmbThumbPict(imgDocRef{; frameIdx{; options}}) ➔ thumb
imgDocRef | Text | The raster document reference. |
frameIdx | Longint | The index of the image frame |
options | Object | Thumbnail extraction and encoding options. |
thumb | Picture | The thumbnail picture |
This method is just a wrapper for the RasterFrame_GetEmbThumb
component method.
See the documentation of the RasterFrame_GetEmbThumb
method for details.