ITextRange.Length Property

Definition

Gets the count of characters in the text range.

public:
 property int Length { int get(); };
int Length();
public int Length { get; }
var int32 = iTextRange.length;
Public ReadOnly Property Length As Integer

Property Value

Int32

int

The count of characters.

Applies to