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);
true if an additional page to be printed; otherwise, false. The default is false.
PrintPageEventArgs Class | PrintPageEventArgs Members | System.Drawing.Printing Namespace