FlexReport for WinForms
GetRtfMetafile メソッド (C1RichText)


C1.Report アセンブリ > C1.Document.Util 名前空間 > C1RichText クラス : GetRtfMetafile メソッド
The RTF text.
The index of first character.
The total number of characters.
The rectangle bounds.
A value indicating whether or not the C1RichText will automatically format a Uniform Resource Locator (URL).
Draws specified RTF text into metafile and returns this metafile.
シンタックス
'宣言
 
Public Shared Function GetRtfMetafile( _
   ByVal measurmentGraphics As System.Object, _
   ByVal rtf As System.String, _
   ByVal firstCharIndex As System.Integer, _
   ByVal length As System.Integer, _
   ByVal bounds As Rect, _
   ByVal detectUrls As System.Boolean _
) As GrapeCity.Documents.Drawing.IImage
'使用法
 
Dim measurmentGraphics As System.Object
Dim rtf As System.String
Dim firstCharIndex As System.Integer
Dim length As System.Integer
Dim bounds As Rect
Dim detectUrls As System.Boolean
Dim value As GrapeCity.Documents.Drawing.IImage
 
value = C1RichText.GetRtfMetafile(measurmentGraphics, rtf, firstCharIndex, length, bounds, detectUrls)
public static GrapeCity.Documents.Drawing.IImage GetRtfMetafile( 
   System.object measurmentGraphics,
   System.string rtf,
   System.int firstCharIndex,
   System.int length,
   Rect bounds,
   System.bool detectUrls
)

パラメータ

measurmentGraphics
rtf
The RTF text.
firstCharIndex
The index of first character.
length
The total number of characters.
bounds
The rectangle bounds.
detectUrls
A value indicating whether or not the C1RichText will automatically format a Uniform Resource Locator (URL).
参照

参照

C1RichText クラス
C1RichText メンバ