FormFix v6.0 for .NET - Updated
Upgrading from FormFix 4 to FormFix 6
Getting Started > Upgrading FormFix > Upgrading from FormFix 4 to FormFix 6

This section describes how to upgrade from FormFix 4 to FormFix 6. While generally you'll be able to replace FormFix 4 with FormFix 6, there are a few important changes you may need to consider.

Assembly Changes

Projects must now target .NET Framework 3.5 or later to build with the FormDirector assembly.

The assembly filename has been renamed from Accusoft.FormFix4.Net.dll to Accusoft.FormFix.Net.dll. Project references must be updated to use the new assembly.

Licensing Changes

Accusoft.FormFix.Licensing.LicenseEdition property

Recommended Changes

Image Transfer

There are several different ways to import and export image data into the FormFix class. In V5, we provided new interfaces for image transfer between ScanFix Xpress and other applicable Accusoft components. These new methods are recommended for their ease of use and to prevent memory leaks.

Export

void FormImage.CopyTo(System.Object Destination);
void FormImage.TransferTo(System.Object Destination);

Import

Importing image data to a FormImage object is achieved by passing a FormImage object as the input of the same export methods called by another Accusoft object.

The FormImage object has to be instantiated before being passed in.

API Changes

If you encounter any porting issues, please contact Support for assistance.

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