FormFix v6.0 for .NET - Updated
FormSetFile Constructor



Accusoft.FormDirectorSdk Namespace > FormSetFile Class : FormSetFile Constructor
An object used for various environment settings, such as debugging and licensing. See the FormDirector class for more details.
Initializes a new instance of the FormSetFile class.
Syntax
'Declaration
 
Public Function New( _
   ByVal workspace As FormDirector _
)
'Usage
 
Dim workspace As FormDirector
 
Dim instance As New FormSetFile(workspace)
public FormSetFile( 
   FormDirector workspace
)
public:
FormSetFile( 
   FormDirector^ workspace
)

Parameters

workspace
An object used for various environment settings, such as debugging and licensing. See the FormDirector class for more details.
Remarks
You must set the Filename property before using a FormSetFile object. If you might change the form set file, you should lock the file by calling the Lock method. If you will be creating new form definition files, you may wish to change the NewFormFilenamePrefix and NewFormFilenameSuffix properties.
See Also

Reference

FormSetFile Class
FormSetFile Members
FormDirector Class

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