IDocumentObjectDraw Method

Draws a document element on the given canvas with a specified model of page.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
void Draw(
	PaintEventOptions args,
	PageModel pageModel,
	bool exportMode
)

Parameters

args  PaintEventOptions
Paint arguments contains canvas to draw on and general context information.
pageModel  PageModel
Page model of the document.
exportMode  Boolean
Whether a document is printed in export mode or not.

See Also