Accusoft.PrintPro8.Net
Contains Method (PrinterCollection)




The Printer to check the specified collection for.
Checks if the given Printer object is contained within the collection.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal printer As Printer _
) As Boolean
'Usage
 
Dim instance As PrinterCollection
Dim printer As Printer
Dim value As Boolean
 
value = instance.Contains(printer)
public bool Contains( 
   Printer printer
)
public: bool Contains( 
   Printer* printer
) 
public:
bool Contains( 
   Printer^ printer
) 

Parameters

printer
The Printer to check the specified collection for.

Return Value

A boolean value which is true if the specified printer exists in the collection.
See Also

Reference

PrinterCollection Class
PrinterCollection Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback