ActiveReports 9
PrintPage Event

Syntax
'Declaration
 
Public Event PrintPage As System.Drawing.Printing.PrintPageEventHandler
public event System.Drawing.Printing.PrintPageEventHandler PrintPage
Event Data

The event handler receives an argument of type System.Drawing.Printing.PrintPageEventArgs containing data related to this event. The following PrintPageEventArgs properties provide information specific to this event.

PropertyDescription
CancelGets or sets a value indicating whether the print job should be canceled.  
GraphicsGets the System.Drawing.Graphics used to paint the page.  
HasMorePagesGets or sets a value indicating whether an additional page should be printed.  
MarginBoundsGets the rectangular area that represents the portion of the page inside the margins.  
PageBoundsGets the rectangular area that represents the total area of the page.  
PageSettingsGets the page settings for the current page.  
See Also

Reference

Printer Class
Printer Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum