| 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  
+1  
+2  
+4  
+8  | 
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.