PagesEnumeratorTTryGetPageObjects Method
Returns Objects located on current Document Page.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public bool TryGetPageObjects(
out ObjectsEnumerator<T> objects
)
Public Function TryGetPageObjects (
<OutAttribute> ByRef objects As ObjectsEnumerator(Of T)
) As Boolean
public:
bool TryGetPageObjects(
[OutAttribute] ObjectsEnumerator<T>^% objects
)
member TryGetPageObjects :
objects : ObjectsEnumerator<'T> byref -> bool
- objects ObjectsEnumeratorT
-
Objects located on current Document Page.
Boolean
Returns true if objects exists and false otherwise.