ObjectsManagerTTryGetEnumerator Method
Returns enumerator of the document objects based on the placement and index of the page.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public abstract bool TryGetEnumerator(
ContentPlacement placement,
int pageIndex,
out ObjectsEnumerator<T> objects
)
Public MustOverride Function TryGetEnumerator (
placement As ContentPlacement,
pageIndex As Integer,
<OutAttribute> ByRef objects As ObjectsEnumerator(Of T)
) As Boolean
public:
virtual bool TryGetEnumerator(
ContentPlacement placement,
int pageIndex,
[OutAttribute] ObjectsEnumerator<T>^% objects
) abstract
abstract TryGetEnumerator :
placement : ContentPlacement *
pageIndex : int *
objects : ObjectsEnumerator<'T> byref -> bool
- 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.
BooleanReturns true if enumerator is provided, false otherwise.
IObjectsManagerTTryGetEnumerator(ContentPlacement, Int32, ObjectsEnumeratorT)