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

Parameters

doc  IDocumentT
Document to proceed with.
clip  RectangleF
Visible bounds of the document.

See Also