ImageGear .NET v25.0 - Updated
Remove Method (ImGearPDFBasArray)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFBasArray Class : Remove Method
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