Document Members

The Document type exposes the following members.
Methods

  NameDescription
Public methodDispose
Implements IDisposable.Dispose
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
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