PagesEnumeratorT(IObjectsManagerT, PageModel, PagesOptions, MetaContext) Constructor

Constructor of the object.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public PagesEnumerator(
	IObjectsManager<T> manager,
	PageModel pageModel,
	PagesOptions pagesOptions,
	MetaContext metaContext
)

Parameters

manager  IObjectsManagerT
Objects manager to proceed with.
pageModel  PageModel
Printing model of the document.
pagesOptions  PagesOptions
Single document page options.
metaContext  MetaContext
Meta data context of the document.

See Also