Skip to main content
A newer version of this page is available. .

SubDocument.length Property

Gets the character length of the document.

Declaration

readonly length: number

Property Value

Type Description
number

An integer that is the number of character positions in the document.

Remarks

//Gets the main sub-document's content length
var mainSubDocumentLength = richEdit.document.mainSubDocument.length;
See Also