[]
        
(Showing Draft Content)

C1.C1Preview.C1PrintManager.AdjustPrintPage

AdjustPrintPage Event

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.

Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public event AdjustPrintPageEventHandler AdjustPrintPage
Returns
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 .