ThumbCaptionStyle Property

Returns or sets the type of caption that appears beneath each thumbnail. You can also choose not to display captions.

Applies To

Image Thumbnail control

Syntax

object.ThumbCaptionStyle[=integer]

Data Type

Integer (enumerated)

Setting

    Description

0

No captions beneath the thumbnails.

1 (default)

Page number, left justified, beneath each thumbnail.

2

Same as Setting 1, but also includes a graphic before the caption for those thumbnail pages whose image file pages have annotations present.

3

The string set by the property ThumbCaption is displayed, left justified, beneath the thumbnail.

4

Same as Setting 3, but also includes a graphic before the caption for those thumbnail pages whose image file pages have annotations present.


Remarks

You can use the ThumbCaptionColor and ThumbCaptionFont properties to alter the appearance of captions.

Note that any captions displayed are clipped to the width of the thumbnail box.

See Also

ThumbCaption property

ThumbCaptionColor property

ThumbCaptionFont property