Gets or sets the index of the first char of text range within Text property, which will be used in measurements.

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

Syntax

C#
public int FirstCharIndex { get; set; }
Visual Basic (Declaration)
Public Property FirstCharIndex As Integer

See Also