
A TemplateImageCollection object enables you to maintain a list of TemplateImage objects. You can easily add, remove, and find TemplateImage objects in the list.
You may choose to store multiple template images in a form definition file, but you should follow a few simple rules to insure future compatibility. First, there should be a single template which is considered to be the primary template. It must be the first item in the TemplateImages property of a FormDefinition. It must also have a System.Type of "". Finally, the type of your additional template images must begin with "_". Accusoft will never define a type that begins with "_", so this rule will insure your types never conflict with our future types.
System.Object
System.Collections.CollectionBase
Accusoft.FormDirectorSdk.TemplateImageCollection