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

Syntax

C#
public C1TextLineRange(
	C1TextLine line,
	int from,
	int length,
	ITextRangeFormat format
)
Visual Basic (Declaration)
Public Sub New ( _
	line As C1TextLine, _
	from As Integer, _
	length As Integer, _
	format As ITextRangeFormat _
)

See Also