C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / AdjustPrintPageEventArgs Class
Members

AdjustPrintPageEventArgs Class
Describes arguments for the C1PrintManager.AdjustPrintPage event, fired from within C1PrintManager's System.Drawing.Printing.PrintDocument.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).
Object Model
AdjustPrintPageEventArgs Class
Syntax
'Declaration
 
Public Class AdjustPrintPageEventArgs 
 
Inheritance Hierarchy

System.Object
   C1.C1Preview.AdjustPrintPageEventArgs

See Also