Accusoft PDF Xpress Control v5.0
Contains Method
See Also  Send comments on this topic.
pIQuadrilateral
The Quadrilateral to search for in the collection.
QuadrilateralCollection Collection : Contains Method

Glossary Item Box

Description

Searches for the specified Quadrilateral object within the QuadrilateralCollection.

Syntax

Visual Basic
Public Function Contains( _
   ByVal pIQuadrilateral As Quadrilateral _
) As Boolean

Parameters

pIQuadrilateral
The Quadrilateral to search for in the collection.

Return Type

A boolean value which is True if the given Quadrilateral is found in the collection. Otherwise, False is returned.

Remarks

This method searches the collection for a reference to the given Quadrilateral. 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.