SubDocument.id Property
Gets the sub-document identifier.
Declaration
get 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