ImageGear .NET v24.14 - Updated September 15, 2020
Contains Method (ImGearDocumentPageArray)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearDocumentPageArray Class : Contains Method
The page to check for.
Tells whether the array contains a particular page.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal value As ImGearPage _
) As Boolean
 
'Usage
 
Dim instance As ImGearDocumentPageArray
Dim value As ImGearPage
Dim value As Boolean
 
value = instance.Contains(value)

Parameters

value
The page to check for.

Return Value

Boolean value.
See Also

Reference

ImGearDocumentPageArray Class
ImGearDocumentPageArray Members
ImGearPage Class