set_ThumbnailCaptionFormat Method
Sets a thumbnail caption format string.
Format string can contain the following keys:
- {FileId} - key, which will be replaced by the thumbnail image identifier (get_ImageId).
- {PageNumber} - page number in source image file
- {PageIndex} - zero-based page index in source image file
- {ImageNumber} - image number in image collection
- {ImageIndex} - zero-based image index in image collection
- {ImageWidthPx} - source image width, in pixels
- {ImageHeightPx} - source image height, in pixels
- {ImageSizeMpx} - source image size, in megapixels
- {ImageHRes} - source image horizontal resolution, in DPI
- {ImageVRes} - source image vertical resolution, in DPI