ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / TextLayoutResult Structure / TextLayoutResult Constructor
Text lines after text layout.
Result size in inches
Logical strings for justify alignment algorithms. Null otherwise.

In This Topic
TextLayoutResult Constructor
In This Topic
Initialize new instance of TextLayoutResult class.
Syntax
'Declaration
 
Public Function New( _
   ByVal strings() As String, _
   ByVal size As SizeF, _
   Optional ByVal logicalStrings() As String _
)
 

Parameters

strings
Text lines after text layout.
size
Result size in inches
logicalStrings
Logical strings for justify alignment algorithms. Null otherwise.
See Also