ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDocumentPageArray Class / Contains Method
The page to check for.




In This Topic
    Contains Method (ImGearDocumentPageArray)
    In This Topic
    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