ImageGear .NET v25.1 - Updated
Contains Method (ImGearDocumentPageArray)




ImageGear.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)
public bool Contains( 
   ImGearPage value
)
public: bool Contains( 
   ImGearPage* value
) 
public:
bool Contains( 
   ImGearPage^ value
) 

Parameters

value
The page to check for.

Return Value

Boolean value.
See Also

Reference

ImGearDocumentPageArray Class
ImGearDocumentPageArray Members
ImGearPage Class