Accusoft PDF Xpress Control v5.0
Contains Method
See Also  Send comments on this topic.
pIPageRange
The PageRange object to search for in the collection.
PageList Collection : Contains Method

Glossary Item Box

Description

Determines if the specified object is in the PageList collection.

Syntax

Visual Basic
Public Function Contains( _
   ByVal pIPageRange As PageRange _
) As Boolean

Parameters

pIPageRange
The PageRange object to search for in the collection.

Return Type

A boolean value which is True if the given PageRange value is in the collection. Otherwise False is returned.

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 returns True. If it cannot find a reference to it, False is returned.

See Also

©2012. Accusoft Corporation. All Rights Reserved.