FlexReport for WinForms
GetRtfHeight メソッド (Field)


C1.Report アセンブリ > C1.Report 名前空間 > Field クラス : GetRtfHeight メソッド
RTF text
Field width
Get RTF field height if it's supported.
シンタックス
'宣言
 
Protected Overridable 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 virtual System.double GetRtfHeight( 
   System.string text,
   System.double width
)

パラメータ

text
RTF text
width
Field width
参照

参照

Field クラス
Field メンバ