Apitron.PDF.Kit library for .NET
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
A new text entry enumerator.
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( Boundary cropBox, bool processBiDiText = false )
Parameters
- 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: TextEntryEnumeratorA new text entry enumerator.
See Also