.NET Framework Class Library

IFixedDocument Properties

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

IFixedDocument Properties

The IFixedDocument type exposes the following members.

Properties

 

Name

Description

Public property

BaseBuilder

Internal use only.

(Inherited from IDocument.)

Public property

Count

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

(Inherited from IDocument.)

Public property

CursorPosition

Current cursor position.

(Inherited from IDocument.)

Public property

DigitizerSettings

Gets settings related to OCR.

(Inherited from IDocument.)

Public property

DocInfo

Indicates document information.

(Inherited from IDocument.)

Public property

EncoderSettings

Gets or sets file-format conversion settings.

(Inherited from IDocument.)

Public property

FileExtension

(Inherited from IDocumentInfo.)

Public property

FileName

Indicates file name of the document.

(Inherited from IDocument.)

Public property

FormatType

Gets format of the document.

(Inherited from IDocument.)

Public property

InputStream

(Inherited from IDocument.)

Public property

IsDefaultEngine

Internal use only.

(Inherited from IDocument.)

Public property

IsLoadingCompleted

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

(Inherited from IDocument.)

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.

(Inherited from IDocument.)

Public property

Item

Internal use only. Returns the corresponding page.

(Inherited from IDocument.)

Public property

LoadCompletedNotifier

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

(Inherited from IDocument.)

Public property

MimeType

(Inherited from IDocumentInfo.)

Public property

Preferences

Gets preferences for the document engine.

(Inherited from IDocument.)

Public property

SupportedFileExtensions

(Inherited from IDocumentInfo.)

Public property

SupportedMimeTypes

(Inherited from IDocumentInfo.)

See Also

IFixedDocument Interface

Gnostice.Core.DOM Namespace