Describes arguments for the AdjustPrintPage event,
            fired from within C1PrintManager's PrintPage
            event handler. Allows the user to adjust hard printer margins (e.g. to compensate
            for a buggy printer driver), or to print the page in user code
            (in that case, Handled should be set to true
            by the event handler).
            
        
    Namespace: 
   C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
 Syntax
Syntax
| C# | 
|---|
| public class AdjustPrintPageEventArgs | 
| Visual Basic | 
|---|
| Public Class AdjustPrintPageEventArgs | 
 
     
     
     
     
    