FlexReport for WinForms
GetRtfHeight メソッド (Field)


C1.Win.FlexReport.8 アセンブリ > C1.Win.FlexReport 名前空間 > Field クラス : GetRtfHeight メソッド
RTF text
Field width
Get RTF field height if it's supported.
シンタックス
'宣言
 
Protected Overrides Function GetRtfHeight( _
   ByVal text As System.String, _
   ByVal width As System.Double _
) As System.Double
'使用法
 
Dim instance As Field
Dim text As System.String
Dim width As System.Double
Dim value As System.Double
 
value = instance.GetRtfHeight(text, width)
protected override System.double GetRtfHeight( 
   System.string text,
   System.double width
)

パラメータ

text
RTF text
width
Field width
参照

参照

Field クラス
Field メンバ