Click or drag to resize

ITextPageGetTextSegments Method

Gets the page text segments with the specified target image resolution.

Namespace:  Atalasoft.Imaging.Text
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
IEnumerable<ITextSegment> GetTextSegments()

Return Value

Type: IEnumerableITextSegment
Extracted text segments.
See Also