ObjectsManagerTTryGetEnumerator Method

Returns enumerator of the document objects based on the placement and index of the page.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public abstract bool TryGetEnumerator(
	ContentPlacement placement,
	int pageIndex,
	out ObjectsEnumerator<T> objects
)

Parameters

placement  ContentPlacement
Context placement in the page to enumerate objects within.
pageIndex  Int32
Index of the page to enumerate objects within.
objects  ObjectsEnumeratorT
Enumerator of the document objects.

Return Value

Boolean
Returns true if enumerator is provided, false otherwise.

Implements

IObjectsManagerTTryGetEnumerator(ContentPlacement, Int32, ObjectsEnumeratorT)

See Also