|
AddThumbnailByHandle Method |
Top Previous Next |
|
The AddThumbnailByHandle method inserts thumbnail to the PDF document. The thumbnail inserted can either be a Bitmap, Icon or a Metafile.
Syntax
Parameters
Page [in] Page number to which thumbnail needs to be inserted.
Handle [in] Handle to the thumbnail image that needs to be inserted.
ImageType The type of the image that the Handle corresponds to, such as itBMP, itMetafile, itIcon. For Bitmap pass itBMP, for Metafile pass itMetafile, and for Icon pass itIcon.
|