GdPicture.NET.14
GdPicture14 Namespace / GdViewer.BeforePrintPageEventHandler Delegate
The page number of the page to be printed.
The number of pages left for printing.
Gets or sets a value indicating whether the print job should be canceled. Switching this value to true will subsequently terminate the printing job.





In This Topic
GdViewer.BeforePrintPageEventHandler Delegate
In This Topic
Syntax
'Declaration
 
<GuidAttribute("7DCED13B-9202-3393-BFAC-0FF52AA3AB29")>
Public Delegate Sub GdViewer.BeforePrintPageEventHandler( _
   ByVal Page As Integer, _
   ByVal PageLeft As Integer, _
   ByRef Cancel As Boolean _
) 
 

Parameters

Page
The page number of the page to be printed.
PageLeft
The number of pages left for printing.
Cancel
Gets or sets a value indicating whether the print job should be canceled. Switching this value to true will subsequently terminate the printing job.
See Also