PrintEndPage Property

Returns or sets the number of the last page to be printed.

Applies To

Image Admin control

Syntax

object.PrintEndPage

Data Type

Long

Remarks

The value set by this property is displayed when the Print dialog box is first opened. The user can then accept or change that value.

The default value is the value specified in the PageCount property.

The Print dialog box is created by the ShowPrintDialog method.

This property is available only at run-time (read and write).

See Also

Image page in Imaging Concepts

PrintStartPage property

ShowPrintDialog method