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