.NET Framework Class Library
IDocument Members
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > IDocument Interface > IDocument Members |
The IDocument type exposes the following members.
|
Name |
Description |
Returns whether current document can be converted to the format of the specified document. |
||
Only for internal use. Returns whether the supplied stream conforms to the document format supported by this document engine. |
||
Only for internal use. Returns whether the supplied file conforms to the document format supported by this document engine. |
||
Close the document. |
||
Copies specified document to specified document. |
||
Copies specified pages from the document to specified document. |
||
Dispose |
(Inherited from IDisposable.) |
|
Request the engine to dispose the specified page thereby freeing resources used by it. |
||
Gets the text contained in the document. |
||
Returns file information such as MIME type, size, whether open password is required to open the document and other essential information. |
||
Returns file information such as MIME type, size, whether open password is required to open the document and other essential information. |
||
Loads a document from specified stream and decrypts it with specified password. |
||
Loads a document from specified file and decrypts it with specified password. |
||
Saves document to specified stream. |
||
Saves document to specified directory with specified file name prefix. |
||
Request the engine to load the specified page if it has been disposed. |
|
Name |
Description |
Internal use only. |
||
Indicates number of pages in the document. Note that the page count can change unless IsLoadingCompleted is true. |
||
Current cursor position. |
||
Gets settings related to OCR. |
||
Indicates document information. |
||
Gets or sets file-format conversion settings. |
||
(Inherited from IDocumentInfo.) |
||
Indicates file name of the document. |
||
Gets format of the document. |
||
Internal use only. |
||
Boolean to indicate if the entire document (all pages) have been read and are therefore available for access. |
||
Property to indicate if the document engine can handle corrupted documents by fixing faults encountered in the document during the loading process. |
||
Internal use only. Returns the corresponding page. |
||
Triggered when document is fully loaded (all pages are available for access). |
||
(Inherited from IDocumentInfo.) |
||
Gets preferences for the document engine. |
||
(Inherited from IDocumentInfo.) |
||
(Inherited from IDocumentInfo.) |
|
Name |
Description |
Called when a page or the whole document is about to be saved to a file. |
||
Called when a password is required to decrypt a document. |
||
Called when a stream is required to save an document. |
||
Called when progress occurs in a document-processing operation. |
||
Called when an error occurs in a document-processing operation. |