SetSaveAsCaption Method

Example-VB

Sets the caption font of thumbnails saved on a contact sheet.

Available With

Ö Imaging for Windows Professional Edition V2.0
Imaging for Windows Professional Edition V1.0 and V1.1
Imaging for Windows 95 and 98
Imaging for Windows NT 4.0

Applies To

Image Thumbnail control

Syntax

object.SetSaveAsCaption Style,Caption

Arguments

Parameter Data Type Description

Style Integer Specifies the type of caption to use when saving thumbnails to a contact sheet

0 No caption

1 Simple caption using thumbnail number. A caption string is not required.

2 Reserved

3 Use a caption string constructed with the following symbols:
#  current thumbnail number
*  number of thumbnails
$  name of current image file
?  total pages in the current image file (manual mode)

Reserved

Caption String Optional. Specifies the text to appear in the caption

Remarks

This method must be called before the SaveAs method.