ITextRange.Length 属性

定义

获取文本范围中的字符计数。

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

属性值

Int32

int

字符数。

适用于