共用方式為


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

字元計數。

適用於