FormFix v6.0 for .NET - Updated
Type Property (TemplateImage)



Accusoft.FormDirectorSdk Namespace > TemplateImage Class : Type Property
The type of the template image.
Syntax
'Declaration
 
Public Property Type As String
'Usage
 
Dim instance As TemplateImage
Dim value As String
 
instance.Type = value
 
value = instance.Type
public string Type {get; set;}
public:
property String^ Type {
   String^ get();
   void set (    String^ value);
}
Remarks

This property holds the type of the template image. It allows you to store multiple template images within a single form definition file and distinguish between them.

If you wish to store multiple template images in a form definition file, there are a few simple rules that you must follow. The first template image in the collection must be the "primary" template image and its Type must be "". Also, any type that you define must begin with "_". This rule insures that types you define will not conflict with types that Accusoft defines in the future.

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

Valid values: Any type that an Accusoft component defines or any string that begins with "_".

Default value: ""

See Also

Reference

TemplateImage Class
TemplateImage Members

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