public sealed class PagesEnumerator<T> : IEnumerator<DocumentPage>,
IDisposable, IEnumerator
where T : IDocumentObject
Public NotInheritable Class PagesEnumerator(Of T As IDocumentObject)
Implements IEnumerator(Of DocumentPage), IDisposable,
IEnumeratorgeneric<typename T>
where T : IDocumentObject
public ref class PagesEnumerator sealed : IEnumerator<DocumentPage^>,
IDisposable, IEnumerator[<SealedAttribute>]
type PagesEnumerator<'T when 'T : IDocumentObject> =
class
interface IEnumerator<DocumentPage>
interface IDisposable
interface IEnumerator
end| PagesEnumeratorT(IDocumentT) | Constructor of the object. |
| PagesEnumeratorT(IDocumentT, IGraphics) | Constructor of the object. |
| PagesEnumeratorT(IDocumentT, RectangleF) | Constructor of the object. |
| PagesEnumeratorT(IDocumentLayoutT, PageModel, PagesOptions, MetaContext) | Constructor of the object. |
| PagesEnumeratorT(IDocumentLayoutT, PageModel, PagesOptions, MetaContext, IGraphics) | Constructor of the object. |
| Current | Gets the current object. |
| CurrentIndex | Gets the current page index. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetDocumentPage(Int32, Int32) | Looks up for the Document Page where cursor Y coordinate can be displayed. |
| GetDocumentPage(T, Point) | Looks up for the Document Page where Object is displayed taking in account cursor location into the Object. |
| GetDocumentPage(T, Int32) | Looks up for the Document Page where Object is displayed. |
| GetDocumentPageStrict | Looks up for the Document Page where Object is displayed taking in account cursor location into the Object. |
| GetEnumerator | Returns enumerator. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MoveNext | Advances the enumerator to the next available element of the collection. |
| MoveNext(IGraphics) | Advances the enumerator to the next available element of the collection. |
| Reset | Drops internal counter to initial value. Filtering settings remain untouched. |
| SetCurrentContext | Updates context based on current state of the enumertor. |
| SetCurrentContextRaw | Updates context based on current state of the enumertor. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| TryGetPageObjects | Returns Objects located on current Document Page. |
| IDisposableDispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| IEnumeratorCurrent | Gets the element in the collection at the current position of the enumerator. |
| IEnumeratorMoveNext | Advances the enumerator to the next element of the collection. |
| IEnumeratorReset | Sets the enumerator to its initial position, which is before the first element in the collection. |
| IEnumeratorDocumentPageCurrent | Gets the element in the collection at the current position of the enumerator. |