Accusoft.PdfXpress7.Net
Add(Document) Method




A Document to add to the current collection.
Adds the specified Document to the collection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal doc As Document _
) As Integer
'Usage
 
Dim instance As DocumentCollection
Dim doc As Document
Dim value As Integer
 
value = instance.Add(doc)
public int Add( 
   Document doc
)
public: int Add( 
   Document* doc
) 
public:
int Add( 
   Document^ doc
) 

Parameters

doc
A Document to add to the current collection.

Return Value

An integer value which represents the index location of where the new file is in the collection.
Remarks

A successfully opened PDF document must be input to the collector to add.

See Also

Reference

DocumentCollection Class
DocumentCollection Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback