Accusoft.PrintPro8.Net
Contains Method (PaperBinCollection)




The PaperBin to look for in the collection.
Used to determine if the specified PaperBin object exists in the collection.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal pb As PaperBin _
) As Boolean
'Usage
 
Dim instance As PaperBinCollection
Dim pb As PaperBin
Dim value As Boolean
 
value = instance.Contains(pb)
public bool Contains( 
   PaperBin pb
)
public: bool Contains( 
   PaperBin* pb
) 
public:
bool Contains( 
   PaperBin^ pb
) 

Parameters

pb
The PaperBin to look for in the collection.

Return Value

A boolean value which is true if the given PaperBin is found within the collection. Otherwise, false is returned.
See Also

Reference

PaperBinCollection Class
PaperBinCollection Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback