IContentElementsEnumerator Interface

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This interface represents an enumerator of content elements.

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 interface IContentElementsEnumerator : IEnumerable<IContentElement>, 
	IEnumerable, IEnumerator<IContentElement>, IDisposable, IEnumerator

The IContentElementsEnumerator type exposes the following members.

Methods

  NameDescription
Public methodGetByFilter
Gets content elements using specified filter.
Public methodResetChanges
Resets all changes.
Top
See Also

Reference