PagesEnumeratorT(IDocumentT, IGraphics) Constructor

Constructor of the object.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public PagesEnumerator(
	IDocument<T> doc,
	IGraphics graphics
)

Parameters

doc  IDocumentT
Document to proceed with.
graphics  IGraphics
Graphics context to draw Page into.

See Also