バージョン

LoadFromRtf(RichTextDocument,String,RtfLoadOptions) メソッド

ファイルの RTF コンテンツをドキュメントに読み込みます。
シンタックス
'宣言
 
Public Overloads Shared Sub LoadFromRtf( _
   ByVal document As Infragistics.Documents.RichText.RichTextDocument, _
   ByVal filePath As String, _
   Optional ByVal options As RtfLoadOptions _
) 
public static void LoadFromRtf( 
   Infragistics.Documents.RichText.RichTextDocument document,
   string filePath,
   RtfLoadOptions options
)

パラメータ

document
コンテンツを読み込む先のドキュメント。
filePath
RTF コンテンツを含むファイルへのパス。
options
コンテンツを読み込むときに使用するオプション。
参照