FormFix v6.0 for .NET - Updated
Identification Property



Accusoft.FormDirectorSdk Namespace > FormSet Class : Identification Property
The form identification instructions for the form set.
Syntax
'Declaration
 
Public ReadOnly Property Identification As DataItem
'Usage
 
Dim instance As FormSet
Dim value As DataItem
 
value = instance.Identification
public DataItem Identification {get;}
public:
property DataItem^ Identification {
   DataItem^ get();
}
Remarks

This DataItem holds the instructions for the process that identifies forms. Normally, the FormFix component does form identification. See the documentation for that component for details on the best values for this property.

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 FormSetFile, you must save this property.

Default value: Identification.Type is "" and Identification.Content is "".

See Also

Reference

FormSet Class
FormSet Members

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