Example-VB |
Sets the caption font of thumbnails saved on a contact sheet.
Ö | 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 |
Image Thumbnail control
object.SetSaveAsCaptionFont FontName,PointSize,Color,Options
Parameter | Data Type | Description |
FontName | Long | Specifies the name of the font |
PointSize | Integer | Specifies the point size of the font |
Color | VT_COLOR (OLE_COLOR) | Specifies text color |
Options | Integer | Specifies font attributes 0 no options +1 bold +2 italic +4 strikethrough +8 underline |
If you do not specify a value for a parameter, the following defaults are applied:
FontName = MS Sans Serif
PointSize = 8
Color = black
Options = 0
This method must be called before the SaveAs method.