Accusoft.PdfXpress6.Net
Insert Method (DocumentCollection)




An integer which represents the zero-based index at which the document should be inserted.
The Document to be inserted into the collection.
Inserts a Document at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal doc As Document _
) 
'Usage
 
Dim instance As DocumentCollection
Dim index As Integer
Dim doc As Document
 
instance.Insert(index, doc)
public void Insert( 
   int index,
   Document doc
)
public: void Insert( 
   int index,
   Document* doc
) 
public:
void Insert( 
   int index,
   Document^ doc
) 

Parameters

index
An integer which represents the zero-based index at which the document should be inserted.
doc
The Document to be inserted into the collection.
See Also

Reference

DocumentCollection Class
DocumentCollection Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback