FormFix v6.0 for .NET - Updated
TemplateImages Property



Accusoft.FormDirectorSdk Namespace > FormDefinition Class : TemplateImages Property
The list of template images for the form.
Syntax
'Declaration
 
Public ReadOnly Property TemplateImages As TemplateImageCollection
'Usage
 
Dim instance As FormDefinition
Dim value As TemplateImageCollection
 
value = instance.TemplateImages
public TemplateImageCollection TemplateImages {get;}
public:
property TemplateImageCollection^ TemplateImages {
   TemplateImageCollection^ get();
}
Remarks

This collection contains each template image for the form. Normally, this collection only holds a single template image, whose Type is "". You can also store multiple template images in a form, but the first one in the list must be the "primary" template image and must have a Type of "".

Changing this property will cause the HasChanged property to change to true.

If you create a new derived class from this class to manage I/O to a format different from that supported by FormDefinitionFile, you must save this property.

Default value: A list containing no template images.

See Also

Reference

FormDefinition Class
FormDefinition Members
TemplateImageCollection Class

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