'Declaration Public Function New( _ ByVal printPageEventArgs As PrintPageEventArgs, _ ByVal currentPrintingPage As Integer, _ ByVal isPageSelected As Boolean _ )
'Usage Dim printPageEventArgs As PrintPageEventArgs Dim currentPrintingPage As Integer Dim isPageSelected As Boolean Dim instance As New QueryPrintPageEventArgs(printPageEventArgs, currentPrintingPage, isPageSelected)
public QueryPrintPageEventArgs( PrintPageEventArgs printPageEventArgs, int currentPrintingPage, bool isPageSelected )
Parameters
- printPageEventArgs
- The PrintPageEventArgs used by the System.Drawing.Printing.PrintDocument.PrintPage event.
- currentPrintingPage
- The number of the page that is about to be printed.
- isPageSelected
- Indicates if the page is to be printed.