NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PrintPageEventArgs.HasMorePages

Gets or sets a value indicating whether there is an additional page to be printed.

[Visual Basic]
Public Property HasMorePages As Boolean
[C#]
public bool HasMorePages {get; set;}
[C++]
public: __property bool get_HasMorePages();
public: __property void set_HasMorePages(bool);
[JScript]
public function get HasMorePages() : Boolean;
public function set HasMorePages(Boolean);

Property Value

true if an additional page to be printed; otherwise, false. The default is false.

See Also

PrintPageEventArgs Class | PrintPageEventArgs Members | System.Drawing.Printing Namespace