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



Accusoft.FormDirectorSdk Namespace > FormSetFile Class : FileVersion Property
The version of the form set file.
Syntax
'Declaration
 
Public ReadOnly Property FileVersion As Double
'Usage
 
Dim instance As FormSetFile
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 set file format. This number is not a revision number which increments upon each change to a form set file. The FormDirector component will use the same version number for all the form set 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

FormSetFile Class
FormSetFile Members

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