ImageGear .NET - Updated October 26, 2017
Remove Method (ImGearPDFBasArray)




ImageGear23.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)

Parameters

value
The object to remove.
See Also

Reference

ImGearPDFBasArray Class
ImGearPDFBasArray Members
ImGearPDFBasObj Class