Text string to be measured.
Measures the height of the specified text in a specified width, font, and format at run time.
[Visual Basic]
Overloads Public Function MeasureParagraphHeight( _
ByVal strText As String, _
ByVal width As Single, _
ByVal textFont As Font, _
ByVal strFormat As StringFormat _
) As SizeF
[C#]
public SizeF MeasureParagraphHeight(
string strText,
float width,
Font textFont,
StringFormat strFormat
);
Text string to be measured.
Page Class | Page Members | Overload List
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.