Click or drag to resize

IDocument Interface

Interface represents a PDF report document.

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

The IDocument type exposes the following members.

Properties
  NameDescription
Public propertyFileName
Gets the loaded document file name.
Public propertyPageCount
Gets the number of pages in the document.
Top
Methods
  NameDescription
Public methodGetPage
Gets a specific page.
Top
See Also