Click or drag to resize

StiPageGdiPainterDrawPageNumber Method

Draws page numbers.

Namespace:  Stimulsoft.Report.Painters
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual void DrawPageNumber(
	StiPage page,
	Graphics g,
	int pageNumber,
	RectangleD pageRect
)

Parameters

page
Type: Stimulsoft.Report.ComponentsStiPage

[Missing <param name="page"/> documentation for "M:Stimulsoft.Report.Painters.StiPageGdiPainter.DrawPageNumber(Stimulsoft.Report.Components.StiPage,System.Drawing.Graphics,System.Int32,Stimulsoft.Base.Drawing.RectangleD)"]

g
Type: System.DrawingGraphics

[Missing <param name="g"/> documentation for "M:Stimulsoft.Report.Painters.StiPageGdiPainter.DrawPageNumber(Stimulsoft.Report.Components.StiPage,System.Drawing.Graphics,System.Int32,Stimulsoft.Base.Drawing.RectangleD)"]

pageNumber
Type: SystemInt32

[Missing <param name="pageNumber"/> documentation for "M:Stimulsoft.Report.Painters.StiPageGdiPainter.DrawPageNumber(Stimulsoft.Report.Components.StiPage,System.Drawing.Graphics,System.Int32,Stimulsoft.Base.Drawing.RectangleD)"]

pageRect
Type: Stimulsoft.Base.DrawingRectangleD

[Missing <param name="pageRect"/> documentation for "M:Stimulsoft.Report.Painters.StiPageGdiPainter.DrawPageNumber(Stimulsoft.Report.Components.StiPage,System.Drawing.Graphics,System.Int32,Stimulsoft.Base.Drawing.RectangleD)"]

See Also