Size

Property of ITextDocument

Description

Return document size in characters

Property type

Read-Only Property of type long

Syntax

JavaScript

var nVal = TextDocument.Size;

==== Visual Basic Script ====

nVal = TextDocument.Size

==== C++ ====

long nVal;
HRESULT hr = TextDocument.get_Size(&nVal);

===== See Also ===== ITextDocument