TextExtractorGetTextEntries Method (Resolution, Boundary, Boolean)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets the text entry enumerator.

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 TextEntryEnumerator GetTextEntries(
	Resolution resolution,
	Boundary cropBox,
	bool processBiDiText = false
)

Parameters

resolution
Type: Apitron.PDF.Kit.ConfigurationResolution
The resolution.
cropBox
Type: Apitron.PDF.Kit.FixedLayoutBoundary
The crop box.
processBiDiText (Optional)
Type: SystemBoolean
if set to true the text will be processed using BiDi algorithms.

Return Value

Type: TextEntryEnumerator
A new text entry enumerator.
See Also

Reference