PrintPageEventArgs.HasMorePages Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets or sets whether there are more pages to print.

Namespace:  System.Windows.Printing
Assembly:  System.Windows (in System.Windows.dll)

Syntax

'Declaration
Public Property HasMorePages As Boolean
public bool HasMorePages { get; set; }

Property Value

Type: System.Boolean
true if there are additional pages to print; otherwise, false. The default is false.

Remarks

Typically, you will set this property to indicate that there are more pages to print.

The print system will never set this property. If you get this property, the value will either be the default or the value that you set it to.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.