ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFBasArray Class / Remove Method
The object to remove.




In This Topic
    Remove Method (ImGearPDFBasArray)
    In This Topic
    Finds the first element, if any, equal to the specified object and removes it from the array.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal value As ImGearPDFBasObj _
    ) 
    'Usage
     
    Dim instance As ImGearPDFBasArray
    Dim value As ImGearPDFBasObj
     
    instance.Remove(value)
    public void Remove( 
       ImGearPDFBasObj value
    )
    public: void Remove( 
       ImGearPDFBasObj* value
    ) 
    public:
    void Remove( 
       ImGearPDFBasObj^ value
    ) 

    Parameters

    value
    The object to remove.
    See Also