The Document type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| Dispose |
Implements IDisposable.Dispose
| |
| (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Returns a string that represents the current object. (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| Content |
Retrieve the converted document as a stream. If the requested format consists only of a list of like entities,
they will be in SupportingFiles and this will be null.
| |
| ContentType | ContentType returns the MIME type according to the Type property
| |
| FileExtension | FileExtension returns the file extension of the current document, given its Type | |
| Source |
Retrieve the Template object representing the template the document was assembled from.
| |
| SupportingFiles |
If Content is in a format that has external dependencies, this contains references to those supporting files.
For example, the images or external style sheets referred to by an HTML document.
| |
| Type |
The file type of the converted document
| |
| UnansweredVariables |
Returns unanswered variables in the current document.
|
See Also