Help > Web Development > Object Reference > Object Reference > ISYSDocument > RealFormat Property
<a name="kanchor338"></a>ISYSDocument:RealFormat Property
Returns a the format name of the underlying document when using ISYS:rich-html. Read-Only.

Syntax
[VBScript]
ReadOnly property ISYSDocument.RealFormat as string
[C#]
string IISYSDocument.RealFormat {get;}
[ColdFusion/Java]
java.lang.String ISYSDocument.RealFormat() throws ComException;