PagesOptions.DrawBackground Method

Draws the background for the specified page.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public void DrawBackground(
	int pageNum,
	IGraphics g,
	RectangleF printingRect,
	RectangleF fullRect,
	bool export
)

Parameters

pageNum  Int32
Number of page to draw the background for. Negative value identifies the default page settings in General.
g  IGraphics
Graphics to draw the background in.
printingRect  RectangleF
Rectangle to use when FullPage is false.
fullRect  RectangleF
Rectangle to use when FullPage is true.
export  Boolean
Requests drawing of the original image if set to true, optimized image otherwise.

See Also