[]
        
(Showing Draft Content)

C1.WPF.Report.Field.GetRtfHeight

GetRtfHeight Method

GetRtfHeight(string, double)

Get RTF field height if it's supported.

Declaration
protected override double GetRtfHeight(string text, double width)
Protected Overrides Function GetRtfHeight(text As String, width As Double) As Double
Parameters
Type Name Description
string text

RTF text

double width

Field width

Returns
Type Description
double
Overrides