Object that manages the children of this document.
Object.defineProperty(Document.prototype, 'documents',
get: function()
)
documents: DocumentDocuments; // read-only
The DocumentDocuments object that manages the children of this Document.
DocumentDocuments derives from LeadCollection. You can use any of the collection methods to iterate through the documents. This collection is read-only however and you cannot add, remove or change the items. Instead, use Pages to add or remove pages that belong to a separate document to this one. The Document.Documents collection will automatically gets updated to reflect what child documents are currently held in the document.
For an example, refer to DocumentFactory.Create.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET