Gets the number of characters are fit in the specified area, this property always equals Text.Length if AutoHeight is true.

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

Syntax

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

See Also