Accusoft.PrintPro8.Net
Contains Method (PaperCollection)




The Paper object to search for in the collection.
Determines if the specified paper type exists in the collection.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal p As Paper _
) As Boolean
'Usage
 
Dim instance As PaperCollection
Dim p As Paper
Dim value As Boolean
 
value = instance.Contains(p)
public bool Contains( 
   Paper p
)
public: bool Contains( 
   Paper* p
) 
public:
bool Contains( 
   Paper^ p
) 

Parameters

p
The Paper object to search for in the collection.

Return Value

A boolean value which indicates if the given Paper object is contained within the collection.
See Also

Reference

PaperCollection Class
PaperCollection Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback