ContentElementsEnumerator Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a content element enumerator.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResourceContext
    Shape
      Apitron.PDF.Kit.FixedLayout.ContentElementsContentElementsEnumerator

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

public sealed class ContentElementsEnumerator : Shape, 
	IContentElementsEnumerator, IEnumerable<IContentElement>, IEnumerable, IEnumerator<IContentElement>, 
	IDisposable, IEnumerator

The ContentElementsEnumerator type exposes the following members.

Properties

  NameDescription
Public propertyCurrent
Gets the curent content element.
Top
Methods

  NameDescription
Public methodDispose
Disposes the object.
Public methodGetByFilter
Gets content elements using specified filter.
Public methodGetEnumerator
Gets enumerator for the instance.
Public methodMoveNext
Moves the state to the next content element.
Public methodReset
Reset the enumerator to the initial state.
Public methodResetChanges
Resets all changes.
Top
See Also

Reference