FromPageMin Property (ACommonDialog)

Returns or sets the minimum allowed value for the print range.

Syntax

Object.FromPageMin [ = lFromPageMin ]

The FromPageMin property syntax has the following parts:

 

Name

Type

Description

Object

ACommonDialog

ACommonDialog control

lFromPageMin

Long

The minimum allowed value for the print range.

Comments

This property determines the smallest number the user can specify in the FromPage text box.

Example

The following example will set the FromPageMin to the first page:

cdlg1.FromPageMin=1

Applies to

ACommonDialog

See Also

Copies, FromPage, PrinterDefault, PrintOptions, ShowPrint, ToPage, ToPageMax