Click or drag to resize

ITextDocument Interface

Represents document that supports text extraction.

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 ITextDocument : IDisposable

The ITextDocument type exposes the following members.

Properties
  NameDescription
Public propertyExtractionGranularity
Gets the extraction granularity provided by this document.
Public propertyPageCount
Gets the document page count.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetPage
Gets the ITextPage at the specified index.
Top
See Also