Object that manages the children of this document.
public DocumentDocuments Documents { get; }
Public ReadOnly Property Documents() As DocumentDocuments
Get
public:
property DocumentDocuments^ Documents
{
DocumentDocuments^ get()
}
public DocumentDocuments getDocuments()
The DocumentDocuments object that manages the children of this Document.
DocumentDocuments derives from LeadCollection<T> and this can implement [System.Collections.ObjectModel.Collection1](https://msdn.microsoft.com/en-us/library/System.Collections.ObjectModel.Collection
1.aspx). 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