Namespace:  C1.C1PrintDocument.Util
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public C1TextLine(
	C1TextLines lines,
	int from,
	int lengthWithSpaces,
	int fullLength,
	int lengthNoSpaces,
	bool createdFromCrlf
)
Visual Basic (Declaration)
Public Sub New ( _
	lines As C1TextLines, _
	from As Integer, _
	lengthWithSpaces As Integer, _
	fullLength As Integer, _
	lengthNoSpaces As Integer, _
	createdFromCrlf As Boolean _
)

Parameters

lines
Type: C1.C1PrintDocument.Util..::.C1TextLines
from
Type: System..::.Int32
lengthWithSpaces
Type: System..::.Int32
fullLength
Type: System..::.Int32
lengthNoSpaces
Type: System..::.Int32
createdFromCrlf
Type: System..::.Boolean

See Also