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



Accusoft.FormDirectorSdk Namespace > TemplateImageCollection Class : Add Method
The zero-based index of the newly added TemplateImage.
Adds a TemplateImage to the collection
Syntax
'Declaration
 
Public Function Add( _
   ByVal value As TemplateImage _
) As Integer
'Usage
 
Dim instance As TemplateImageCollection
Dim value As TemplateImage
Dim value As Integer
 
value = instance.Add(value)
public int Add( 
   TemplateImage value
)
public:
int Add( 
   TemplateImage^ value
) 

Parameters

value
The zero-based index of the newly added TemplateImage.
Remarks

This method implements a standard collection operation. It will insert a new TemplateImage object at the end of the collection. When this method is complete, the length of the collection will be one larger than it was and the element with the highest index will be the new object.

See Also

Reference

TemplateImageCollection Class
TemplateImageCollection Members

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