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.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
 Syntax
Syntax
| C# | 
|---|
| public event AdjustPrintPageEventHandler AdjustPrintPage | 
| Visual Basic | 
|---|
| Public Event AdjustPrintPage As AdjustPrintPageEventHandler | 
 
     
     
     
     
    