PagesOptionsDrawBackground 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 .
fullRect  RectangleF
Rectangle to use when FullPage is .
export  Boolean
Requests drawing of the original image if set to , optimized image otherwise.

See Also