[]
Fired from within the PrintPage event handler of the current print manager, prior to actually printing the page. Allows to adjust the hard margins of the printer (e.g. to compensate for a buggy printer driver, see PrintableArea), or to print the current page in user code (see Handled). See also PrintAsBitmap.
public event AdjustPrintPageEventHandler AdjustPrintPage
Type | Description |
---|---|
AdjustPrintPageEventHandler | Fired from within the event handler of the current print manager, prior to actually printing the page. Allows to adjust the hard margins of the printer (e.g. to compensate for a buggy printer driver, see ), or to print the current page in user code (see ). See also . |