See Also

Page Class  | Page Members  | Overload List

Language

Visual Basic

C#

Show All

strText

Text string to be measured.

width
Width of the text (in inches).
See Also Languages ActiveReports.Viewer Send feedback to Data Dynamics

MeasureParagraphHeight(String,Single) Method

Measures the height of the specified text in a specified width at run time.

[Visual Basic]
Overloads Public Function MeasureParagraphHeight( _    ByVal strText As String, _    ByVal width As Single _ ) As SizeF
[C#]
public SizeF MeasureParagraphHeight(    string strText,    float width );

Parameters

strText

Text string to be measured.

width
Width of the text (in inches).

See Also

Page Class  | Page Members  | Overload List

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.