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

RTF 文字列に変換する C1Document
C1Document の文字列表現を作成します。
構文
'宣言
 
Public Function ConvertFromDocument( _
   ByVal doc As C1Document _
) As System.String
public System.string ConvertFromDocument( 
   C1Document doc
)

パラメータ

doc
RTF 文字列に変換する C1Document

戻り値の型

ドキュメントの RTF 表現を含む文字列。
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