Accusoft.PdfXpress7.Net
Contains Method (PageList)




The PageRange object to search for in the collection.
Determines whether the specified PageRange is in the collection.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal value As PageRange _
) As Boolean
'Usage
 
Dim instance As PageList
Dim value As PageRange
Dim value As Boolean
 
value = instance.Contains(value)
public bool Contains( 
   PageRange value
)
public: bool Contains( 
   PageRange* value
) 
public:
bool Contains( 
   PageRange^ value
) 

Parameters

value
The PageRange object to search for in the collection.

Return Value

A boolean value which is true if the given PageRange is in the collection; false otherwise.
Remarks

This method implements a standard collection operation. It searches the collection for a reference to the given object. If it finds a reference to it, it will return true. If it cannot find a reference to it, this method will return false.

See Also

Reference

PageList Class
PageList Members
IndexOf Method

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback