FormFix v6.0 for .NET - Updated
Remove Method (TemplateImageCollection)



Accusoft.FormDirectorSdk Namespace > TemplateImageCollection Class : Remove Method
The TemplateImage to remove from the collection.
Removes a TemplateImage from the collection
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal value As TemplateImage _
) 
'Usage
 
Dim instance As TemplateImageCollection
Dim value As TemplateImage
 
instance.Remove(value)
public void Remove( 
   TemplateImage value
)
public:
void Remove( 
   TemplateImage^ value
) 

Parameters

value
The TemplateImage to remove from the collection.
Remarks

This method implements a standard collection operation. It will search the collection for the given TemplateImage and remove it from the collection. If there are multiple occurrences of the object in the collection, this method will remove only the first one (the one with the lowest index.) If there are no occurrences of the given object, this method will do nothing.

See Also

Reference

TemplateImageCollection Class
TemplateImageCollection Members

Is this page helpful?
Yes No
Thanks for your feedback.