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

SubDocument.id Property

Gets the sub-document identifier.

Declaration

readonly id: number

Property Value

Type Description
number

The sub-document identifier.

Remarks

var id = richEdit.document.mainSubDocument.id;

Refer to the following section for more information: Access a Sub-Document.

See Also