RichTextBox for UWP/WinRT
ConvertToDocument メソッド (RtfFilter)

RTF ドキュメントを含む文字列。
RTF 文字列を解析して C1Document に変換します。
構文
'宣言
 
Public Function ConvertToDocument( _
   ByVal rtf As System.String _
) As C1Document
public C1Document ConvertToDocument( 
   System.string rtf
)

パラメータ

rtf
RTF ドキュメントを含む文字列。

戻り値の型

指定された文字列を表す C1Document
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

RtfFilter クラス
RtfFilter メンバ

Send Feedback