Accusoft.PdfXpress6.Net
Contains Method (DocumentCollection)




A Document to locate in the collection.
Determines if the collection contains the specified Document.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal doc As Document _
) As Boolean
'Usage
 
Dim instance As DocumentCollection
Dim doc As Document
Dim value As Boolean
 
value = instance.Contains(doc)
public bool Contains( 
   Document doc
)
public: bool Contains( 
   Document* doc
) 
public:
bool Contains( 
   Document^ doc
) 

Parameters

doc
A Document to locate in the collection.

Return Value

A boolean value which is true if the collection contains the specified document; otherwise, false is returned.
See Also

Reference

DocumentCollection Class
DocumentCollection Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback