FileStgLoc1x Property

Example-VB Example-VC++

Returns or sets the location where new files will be placed when creating 1.x server documents.

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 Admin control

Syntax

object.FileStgLoc1x[=string]

Data Type

String

Remarks

Depending on the application, this location can be used by the Image Edit Control’s SaveAs and SavePage methods, and also by the Image Admin control’s Append, Replace, and Insert methods. These methods will cause a new image file with a unique filename to be created in the following situations.

A page from a local file is being inserted, appended, or saved to a 1.x document.

The ForceFileLinking1x property is set to False, and a page from a 1.x document or file is being inserted, appended, replaced, or saved to another 1.x document.

Use this property to set the initial value in the “File location for document pages” edit box in the 1.x Server Options dialog box. The user can accept or change this value.

The 1.x Server Options dialog box is created by the Show1xServerOptDlg method.