ComponentOne Menus and Toolbars for WinForms
MeasurePageEventArgs Constructor

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > MeasurePageEventArgs Class : MeasurePageEventArgs Constructor
Specifies the Graphics object to use for measuring.
The C1OutPage object to measure.
The height of the page caption.
Initializes a new instance of the MeasurePageEventArgs class
Syntax
'Declaration
 
Public Function New( _
   ByVal graphics As System.Drawing.Graphics, _
   ByVal page As C1OutPage, _
   ByVal height As System.Integer _
)
public MeasurePageEventArgs( 
   System.Drawing.Graphics graphics,
   C1OutPage page,
   System.int height
)

Parameters

graphics
Specifies the Graphics object to use for measuring.
page
The C1OutPage object to measure.
height
The height of the page caption.
See Also

Reference

MeasurePageEventArgs Class
MeasurePageEventArgs Members