ShowPageProperties Method

Shows the Page Properties dialog box, which enables end users to view or modify the properties of the displayed image page.  The Page properties are: Color, Compression, Resolution, and Size.

Available With

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

Applies To

Image Edit control

Syntax

object.ShowPageProperties(bReadOnly)

Arguments

Parameter Data Type Setting

bReadOnly Boolean Determines read/write privileges:

True Read only.  Users cannot alter property values.
False Read/write.  Users can alter property values.


Return Value

Long

Constant Value Description

vbOK 1 Returned when users click the OK button
vbCANCEL 2 Returned when users click the Cancel button

Remarks

The Display method must be invoked prior to calling this method.