FormFix v6.0 for .NET - Updated
FileVersion Property (FormDefinitionFile)



Accusoft.FormDirectorSdk Namespace > FormDefinitionFile Class : FileVersion Property
The version of the form definition file.
Syntax
'Declaration
 
Public ReadOnly Property FileVersion As Double
'Usage
 
Dim instance As FormDefinitionFile
Dim value As Double
 
value = instance.FileVersion
public double FileVersion {get;}
public:
property double FileVersion {
   double get();
}
Remarks

This read-only property is set by the Read method to the version number of the form definition file format. This number is not a revision number which increments upon each change to a form definition file. The FormDirector component will use the same version number for all the form definition files it writes.

Normally, you will not need to use this property. However, it can be helpful if you are working with Accusoft's technical support engineers.

Default value: 0

See Also

Reference

FormDefinitionFile Class
FormDefinitionFile Members

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