.NET Framework Class Library

IDocument Properties

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > IDocument Interface >

.NET Framework Class Library

IDocument Properties

The IDocument type exposes the following members.

Properties

 

Name

Description

Public property

BaseBuilder

Internal use only.

Public property

Count

Indicates number of pages in the document. Note that the page count can change unless IsLoadingCompleted is true.

Public property

CursorPosition

Current cursor position.

Public property

DigitizerSettings

Gets settings related to OCR.

Public property

DocInfo

Indicates document information.

Public property

EncoderSettings

Gets or sets file-format conversion settings.

Public property

FileExtension

(Inherited from IDocumentInfo.)

Public property

FileName

Indicates file name of the document.

Public property

FormatType

Gets format of the document.

Public property

InputStream


Public property

IsDefaultEngine

Internal use only.

Public property

IsLoadingCompleted

Boolean to indicate if the entire document (all pages) have been read and are therefore available for access.

Public property

IsLoadingFaultTolerant

Property to indicate if the document engine can handle corrupted documents by fixing faults encountered in the document during the loading process.

Public property

Item

Internal use only. Returns the corresponding page.

Public property

LoadCompletedNotifier

Triggered when document is fully loaded (all pages are available for access).

Public property

MimeType

(Inherited from IDocumentInfo.)

Public property

Preferences

Gets preferences for the document engine.

Public property

SupportedFileExtensions

(Inherited from IDocumentInfo.)

Public property

SupportedMimeTypes

(Inherited from IDocumentInfo.)

See Also

IDocument Interface

Gnostice.Core.DOM Namespace