ITextRange.StoryLength 属性

定义

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

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

属性值

Int32

int

故事中的字符计数。

适用于