Document Properties
The Document type exposes the following members.
Properties

  NameDescription
Public propertyContent
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.
Public propertyContentType
ContentType returns the MIME type according to the Type property
Public propertyFileExtension
FileExtension returns the file extension of the current document, given its Type
Public propertySource
Retrieve the Template object representing the template the document was assembled from.
Public propertySupportingFiles
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.
Public propertyType
The file type of the converted document
Public propertyUnansweredVariables
Returns unanswered variables in the current document.
Back to Top
See Also