ContentElementsEnumeratorGetByFilter Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets content elements using specified filter.

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 IEnumerable<IContentElement> GetByFilter(
	ElementsFilter filter
)

Parameters

filter
Type: Apitron.PDF.Kit.FixedLayout.ContentElementsElementsFilter
The content elements filter.

Return Value

Type: IEnumerableIContentElement
Returns filtered elements.

Implements

IContentElementsEnumeratorGetByFilter(ElementsFilter)
See Also

Reference