NRtfTree Library 0.3
LoadRtfText Method (text)
NamespacesNet.Sgoliver.NRtfTree.CoreRtfTreeLoadRtfText(String)
NRtfTree Library 0.3 (0.3.3503)
Carga una cadena de Texto con formato RTF.
Declaration Syntax
C#Visual BasicVisual C++
public int LoadRtfText(
	string text
)
Public Function LoadRtfText ( _
	text As String _
) As Integer
public:
int LoadRtfText(
	String^ text
)
Parameters
text (String)
Cadena de Texto que contiene el documento.
Return Value
Se devuelve el valor 0 en caso de no producirse ningún error en la carga del documento. En caso contrario se devuelve el valor -1.

Assembly: NRtfTree (Módulo: NRtfTree) Versión: 0.3.3503.32544