Help > Web Development > Object Reference > Object Reference > ISYSDocumentDisplay > AsText Property
<a name="kanchor352"></a>ISYSDocumentDisplay:AsText Property
Retrieve the document as text. Read-Only.

Syntax
[VBScript]
ReadOnly property ISYSDocumentDisplay.AsText as string
[C#]
string IISYSDocumentDisplay.AsText {get;}
[ColdFusion/Java]
java.lang.String ISYSDocumentDisplay.AsText() throws ComException;
Examples
[VBScript]
<% set document = results.Item(i) set display = document.Display %> <%= display.AsText %>