ObjectsListT Constructor

Constructor of the ObjectsListT class taking objects to handle and their placement options.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public ObjectsList(
	List<T> objects,
	ContentPlacement placement,
	int startingFromPage,
	int pagesCount
)

Parameters

objects  ListT
placement  ContentPlacement
startingFromPage  Int32
pagesCount  Int32

See Also