[]
        
(Showing Draft Content)

C1.Win.C1Command.DrawPageEventArgs

DrawPageEventArgs Class

Provides data for the DrawPage event.

Inheritance
DrawPageEventArgs
Namespace: C1.Win.C1Command
Assembly: C1.Win.C1Command.4.8.dll
Syntax
public class DrawPageEventArgs : EventArgs

Constructors

Name Description
DrawPageEventArgs(Graphics, C1OutPage, Rectangle, bool)

Initializes a new instance of the DrawPageEventArgs class.

Fields

Name Description
Bounds

The bounding rectangle of the page.

Done

Flag indicating whether the user completed the drawing. If set to true, no further drawing is performed. Otherwise, the default drawing is done.

Graphics

The Graphics object to draw on.

Page

The page to draw.