Skip to main content

IdxRichEditDocument.GetRtfText Method

Returns the entire document content as an RTF string.

Declaration

function GetRtfText: string; overload;

Returns

Type
string

Remarks

Call this function to obtain a copy of the document’s content as an RTF string. The GetRtfText function performs a document export operation like a SaveDocument procedure.

The GetRtfText function is the RtfText property’s getter.

See Also