←Select platform

Documents Property

Summary

Object that manages the children of this document.

Syntax
C#
VB
C++
Java
public DocumentDocuments Documents { get; } 
Public ReadOnly Property Documents() As DocumentDocuments 
   Get 
public:  
   property DocumentDocuments^ Documents 
   { 
      DocumentDocuments^ get() 
   } 
public DocumentDocuments getDocuments() 

Property Value

The DocumentDocuments object that manages the children of this LEADDocument.

Remarks

DocumentDocuments derives from LeadCollection<T> and this can implement System.Collections.ObjectModel.Collection. 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 LEADDocument.Documents collection will automatically gets updated to reflect what child documents are currently held in the document.

Example

For an example, refer to DocumentFactory.Create.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.