ImageGear for .NET
Remove Method (ImGearPDFBasArray)




The object to remove.
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

Reference

ImGearPDFBasArray Class
ImGearPDFBasArray Members
ImGearPDFBasObj Class

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback