PagesEnumeratorT(IDocumentT) 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
)

Parameters

doc  IDocumentT
Document to proceed with.

See Also