.NET Framework Class Library

PageText Members

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > PageText Class >

.NET Framework Class Library

PageText Members

The PageText type exposes the following members.

Constructors

 

Name

Description

Public method

PageText


Methods

 

Name

Description

Public method

Equals

(Inherited from Object.)

Protected method

Finalize

(Inherited from Object.)

Public method

GetHashCode

(Inherited from Object.)

Public method

GetType

(Inherited from Object.)

Protected method

MemberwiseClone

(Inherited from Object.)

Public method

ToString

(Inherited from Object.)

Properties

 

Name

Description

Public property

BeginIndex

Begin index of text with respect to the parent document.

Public property

BeginIndexInDocument

Begin index of text with respect to the parent document.

Public property

BoundingRect

Bounding box of the text contained on this page.

Public property

DocumentText

Reference to the parent document text.

Public property

EndIndex

End index of text with respect to the parent document.

Public property

EndIndexInDocument

End index of text with respect to the parent document.

Public property

Index

Index of this page in the parent document pages list.

Public property

Lines

List of lines contained on this page.

Public property

Next

Gets the next page in the parent document. Null if this is already the last page in the document.

Public property

PageNumber

Page number of this page.

Public property

Previous

Gets the previous page in the parent document. Null if this is already the first page in the document.

Public property

SkewAngle

Skew angle of the page. This may be non-zero for pages that go through the OCR process.

Public property

Text

Text present on this page.

See Also

PageText Class

Gnostice.Core.DOM Namespace