Name | Description | |
---|---|---|
FormModel Constructor | Initializes a new instance of the class. |
The following tables list the members exposed by FormModel.
Name | Description | |
---|---|---|
FormModel Constructor | Initializes a new instance of the class. |
Name | Description | |
---|---|---|
Height | The height, in pixels, of the form model image. | |
HorizontalResolution | The horizontal resolution of the form model image. | |
Name | The name of the form. | |
ResolutionUnit | The measuring unit for the horizontal and vertical resolution of the form model image. | |
Tag | This method is deprecated. Gets or sets an object that contains additional data about this object. | |
UserTag | Gets or sets an object that contains additional data about this object. | |
VerticalResolution | The vertical resolution of the form model image. | |
Width | The width, in pixels, of the form model image. |
Name | Description | |
---|---|---|
ConstructDataItems | Causes the object to create as many of its data items as possible. | |
ConstructTestDataItems | This method is deprecated. Creates test data items in preparation for a more extensive test. | |
Dispose | Overloaded. Common protected Dispose method for standard Dispose pattern. Called by IDisposable.Dispose() and the finalizer. | |
ReleaseCachedData | Releases any cached data that this object holds in RAM. | |
TestReadChecksumEvent | This method is deprecated. Tests a ReadChecksum event. | |
TestReadDataItemEvent | This method is deprecated. Tests a ReadDataItem event. | |
TestReadFormImageEvent | This method is deprecated. Tests a ReadFormImage event. | |
TestWriteDataItemEvent | This method is deprecated. Tests a WriteDataItem event. | |
VerifyTestDataItems | This method is deprecated. Tests data items that you created using ConstructTestDataItems. |
Name | Description | |
---|---|---|
ReadChecksum | An event for retrieving a checksum for the persistent state of a form. | |
ReadDataItem | An event for reading a data item from the persistent storage. | |
ReadFormImage | An event for reading a form model image. | |
WriteDataItem | An event for writing a data item to the persistent storage. |