New to Telerik UI for WinFormsStart a free 30-day trial

Defines members for converting text based documents to/from RadDocument.

Definition

Methods

Exports the specified document to a string.

C#
string Export(RadDocument document)
Parameters:documentRadDocument

The document.

Returns:

string

A string containing the document.

Imports the specified string.

C#
RadDocument Import(string input)
Parameters:inputstring

The string containing the document.

Returns:

RadDocument

The generated RadDocument instance.

In this article
DefinitionMethodsExport(RadDocument)Import(string)
Not finding the help you need?
Contact Support