ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.8 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.

In This Topic
    MeasurePageEventArgs Constructor
    In This Topic
    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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also