| ISYSDocumentDisplay is used for presenting the document text, including hit highlighting, to the user. |
| ISYSDocumentDisplay Methods |
| | AddExternalServer | Adds a mapping rule used to map paths to external servers. | | ResetDisplayOptions | Reset the display options. | | SetDisplayOptions | Set the options used when outputting the document text. | | SetImageDirectory | Set the directory where images should be stored when using ISYS:rich-html. | | Stream | Allows the document content to be streamed back to either an ASP Response object or COM stream. |
|
|
| ISYSDocumentDisplay Properties |
| | AsHTML | Retrieve the document text encode as HTML. Read-Only. | | AsText | Retrieve the document as text. Read-Only. | | DisplayOption | Set or fetch the options used when outputting the document text. |
|
| See Also |
| ISYSDocument::Display
|