.NET Framework Class Library
IDocument Methods
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > IDocument Interface > IDocument Methods |
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. |