The Document type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Calculate |
Trigger to execute the calculate actions in the value fields.
| |
| ClearUsageRights |
Clear the usage rights this document contains, if any.
| |
| Equals | (Inherited from Object.) | |
| Export |
Export data into a FormData object.
| |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| Find(TextFindCriteria) |
Find text in this document.
| |
| Find(TextFindCriteria, IGlyphComparer, Boolean) |
Find text in this document.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Import(FormData) |
Import data from a FormData object.
| |
| Import(FormData, Boolean) |
Import data from a FormData object.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| PasswordRequired |
This method checks if a password is required to open this document.
| |
| ToString | (Inherited from Object.) | |
| Write(BinaryWriter) |
Write the modified document to any writer.
| |
| Write(Stream) |
Write the modified document to a stream, eg a FileStream or MemoryStream.
| |
| Write(HttpResponse) |
Write the modified document to a HTTP response.
| |
| Write(BinaryWriter, Boolean) |
Write the modified document to any writer.
| |
| Write(BinaryWriter, DocumentWriteMode) |
Write the modified document to any writer.
| |
| Write(Stream, Boolean) |
Write the modified document to a stream, eg a FileStream or MemoryStream.
| |
| Write(Stream, DocumentWriteMode) |
Write the modified document to a stream, eg a FileStream or MemoryStream.
| |
| Write(HttpResponse, DocumentWriteMode) |
Write the modified document to a HTTP response.
| |
| Write(BinaryWriter, DocumentWriteMode, Boolean) |
Write the modified document to any writer.
| |
| Write(Stream, DocumentWriteMode, Boolean) |
Write the modified document to a stream, eg a FileStream or MemoryStream.
|