ShowFileProperties Method

Displays a dialog box from which a user can view General file properties, and view and change Summary properties for TIFF files.

Available With

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

Applies To

Image Admin control

Syntax

object.ShowFileProperties OriginalName[,bShowImageTabForOriginalFile = {True|False},bIsReadOnly = {True|False}]

Arguments

Parameter Data Type Description

OriginalName String Name of the file to appear in the dialog box’s caption bar. The value must be a fully qualified path name for the file.
BShowImageTabForOriginalFile Variant
Boolean
Optional. Shows or hides the image tab
True Preview tab is displayed
False
(default)
Preview tab is hidden
bIsReadOnly Variant
Boolean
Optional. Bring up the dialog box in read-only mode.
True Dialog box comes up in read-only mode
False
(default)
Dialog box comes up in normal mode

Remarks

Properties can be modified on TIFF files only.

If the current image is a local or redirected TIFF file, or a 1.x file (not a document) the user can modify the Title, Subject, Author, Comments, and Keywords properties by typing new information into the corresponding fields.

If the current image is a 1.x document, only the Keywords property can be set.

When any of these property values are changed, the FilePropertiesClose event is fired, which enables the application to save the original image.

The modified property values are not saved to disk until the OK button in the dialog box is clicked.

Changes to the Image property update the property values displayed in the dialog box.