Click or drag to resize

ITextPage Interface

Represents single page text extraction functionality.

Namespace:  Atalasoft.Imaging.Text
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public interface ITextPage : IDisposable

The ITextPage type exposes the following members.

Properties
  NameDescription
Public propertyHeight
Gets the page height.
Public propertyResolution
Gets or sets the page resolution.
Public propertyRotate
Gets the page rotation angle.
Public propertySegmentsCount
Gets the text segments count.
Public propertyWidth
Gets the page width.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetText
Extracts the formatted text for the whole page.
Public methodGetTextSegments
Gets the page text segments with the specified target image resolution.
Top
See Also