SetSaveAsOrientation Method

Example-VB

Sets the orientation (horizontal or vertical) of thumbnails to be 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.SetSaveAsOrientation Direction

Arguments

Parameter Data Type Description

Direction Integer Specifies thumbnail orientation on the contact sheet
0 Horizontal orientation. Thumbnails are positioned and numbered in rows, from left to right. Rows are arranged from top to bottom .
1 Vertical orientation. Thumbnails are positioned and numbered in columns, from top to bottom. Columns are arranged from left to right.

Remarks

This method must be called before the SaveAs method.