Accusoft.PdfXpressSdk Namespace > PageList Class : Contains Method |
'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 )
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.