PDFReaderControls.NET Professional Type Reference

PageCollection.Contains Method 

Determine whether an Page is in the PageCollection.

public bool Contains(
   Page page
);

Parameters

page
The Page to verify.

Return Value

True if the Page is found in this PageCollection, false otherwise.

Remarks

The page does not accept a a null reference as a valid value.

Exceptions

Exception Type Condition
ArgumentNullException The given page is a null reference.

See Also

PageCollection Class | TallComponents.PDF Namespace