Help > Web Development > Object Reference > Object Reference > ISYSDocumentDisplay
<a name="kanchor349"></a>ISYSDocumentDisplay Object
ISYSDocumentDisplay is used for presenting the document text, including hit highlighting, to the user.
ISYSDocumentDisplay Methods
AddExternalServerAdds a mapping rule used to map paths to external servers.
ResetDisplayOptionsReset the display options.
SetDisplayOptionsSet the options used when outputting the document text.
SetImageDirectorySet the directory where images should be stored when using ISYS:rich-html.
StreamAllows the document content to be streamed back to either an ASP Response object or COM stream.
ISYSDocumentDisplay Properties
AsHTMLRetrieve the document text encode as HTML. Read-Only.
AsTextRetrieve the document as text. Read-Only.
DisplayOptionSet or fetch the options used when outputting the document text.
See Also
ISYSDocument::Display