'Declaration
Public Class FormModel
'Usage
Dim instance As FormModel
public class FormModel
public ref class FormModel
'Declaration
Public Class FormModel
'Usage
Dim instance As FormModel
public class FormModel
public ref class FormModel
This object represents a model or template for a form. Although it does not contain an image, it includes a mechanism whereby it can acquire an image of the form at any time. This object is one of the foundations for the toolkit, but does not have a significant amount of functionality on its own. It exposes several events that it uses to read and write persistent data.
Note: This object may retain a cached copy of the image for some time. If you are processing multiple different types of forms, you should call the ReleaseCachedData method when you finish processing a form of this type.
System.Object
Accusoft.FormFixSdk.FormModel