Accusoft.Forms1 - Updated
TemplateImageCollection Class
Members 



Accusoft.FormDirectorSdk Namespace : TemplateImageCollection Class
Represents a collection of TemplateImage objects. This object is generally only used as part of a FormDefinition object.
Object Model
TemplateImageCollection ClassTemplateImage Class
Syntax
<DefaultMemberAttribute("Item")>
Public Class TemplateImageCollection 
   Inherits System.Collections.CollectionBase
Dim instance As TemplateImageCollection
[DefaultMember("Item")]
public class TemplateImageCollection : System.Collections.CollectionBase 
[DefaultMember("Item")]
public ref class TemplateImageCollection : public System.Collections.CollectionBase 
Remarks

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.

Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      Accusoft.FormDirectorSdk.TemplateImageCollection

See Also

Reference

TemplateImageCollection Members
Accusoft.FormDirectorSdk Namespace