AdjustPrintPageEventArgs Class
In This Topic
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,
AdjustPrintPageEventArgs.Handled should be set to
true by the event handler).
Object Model
Syntax
'Declaration
Public Class AdjustPrintPageEventArgs
public class AdjustPrintPageEventArgs
Inheritance Hierarchy
System.Object
C1.C1Preview.AdjustPrintPageEventArgs
See Also