FormFix v6.0 for .NET - Updated
TestReadChecksumEvent Method (IdentificationProcessor)



Accusoft.FormFixSdk Namespace > IdentificationProcessor Class : TestReadChecksumEvent Method
This method is deprecated. Tests a ReadChecksum event.
Syntax
'Declaration
 
<ObsoleteAttribute("This method is deprecated. It is not required for testing a ReadChecksum event handler.")>
Public Function TestReadChecksumEvent() As Integer
'Usage
 
Dim instance As IdentificationProcessor
Dim value As Integer
 
value = instance.TestReadChecksumEvent()
[Obsolete("This method is deprecated. It is not required for testing a ReadChecksum event handler.")]
public int TestReadChecksumEvent()
[Obsolete("This method is deprecated. It is not required for testing a ReadChecksum event handler.")]
public:
int TestReadChecksumEvent(); 

Return Value

The integer checksum that the ReadChecksum event handler returned.
Remarks

This method is deprecated.

This method raises a ReadChecksum event and returns the checksum that the event handler returns. You can use this method as a simple way to test your ReadChecksum event handler.
See Also

Reference

IdentificationProcessor Class
IdentificationProcessor Members

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