PrintDialog.MinPage Property

Definition

Gets or sets the lowest page number that is allowed in page ranges.

public:
 property System::UInt32 MinPage { System::UInt32 get(); void set(System::UInt32 value); };
public uint MinPage { get; set; }
member this.MinPage : uint32 with get, set
Public Property MinPage As UInteger

Property Value

A UInt32 that represents the lowest page number that can be used in a page range in the Print dialog box.

Exceptions

The property is being set to less than 1.

Remarks

Users who click Print when the Print dialog box is set to print pages outside the range that is set by the MaxPage and MinPage values will get an error message advising them of the maximum and minimum page numbers. Nothing will be printed.

Applies to