PagesEnumeratorTTryGetPageObjects Method

Returns Objects located on current Document Page.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public bool TryGetPageObjects(
	out ObjectsEnumerator<T> objects
)

Parameters

objects  ObjectsEnumeratorT
Objects located on current Document Page.

Return Value

Boolean
Returns true if objects exists and false otherwise.

See Also