Click or drag to resize

IPage Interface

Interface represents a report page.

Namespace:  Opait.ReportMiner.Api
Assembly:  Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax
C#
public interface IPage

The IPage type exposes the following members.

Properties
  NameDescription
Public propertyIsDataPage
Gets a flag to indicate whether any data was extracted from this page.
Public propertyPageNumber
Gets the page number in the report file.
Public propertyText
Gets the formatted text for the page.
Top
See Also