TextEntryEnumerator Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a text entry enumerator.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.ExtractionTextEntryEnumerator

Namespace:  Apitron.PDF.Kit.Extraction
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class TextEntryEnumerator : IEnumerator<TextEntry>, 
	IDisposable, IEnumerator, IEnumerable<TextEntry>, IEnumerable

The TextEntryEnumerator type exposes the following members.

Properties

  NameDescription
Public propertyCurrent
Gets the current.
Top
Methods

  NameDescription
Public methodDispose
Releases unmanaged and - optionally - managed resources.
Public methodGetEnumerator
Gets the enumerator.
Public methodMoveNext
Moves the next.
Public methodReset
Resets this instance.
Top
See Also

Reference