FormFix v6.0 for .NET - Updated
Checksum Property



Accusoft.FormFixSdk Namespace > ReadChecksumEventArgs Class : Checksum Property
The checksum that the event handler is returning back to the issuer of the event.
Syntax
'Declaration
 
Public Property Checksum As Integer
'Usage
 
Dim instance As ReadChecksumEventArgs
Dim value As Integer
 
instance.Checksum = value
 
value = instance.Checksum
public int Checksum {get; set;}
public:
property int Checksum {
   int get();
   void set (    int value);
}
Remarks
The object that issues a read checksum event expects the event handler to place the checksum into this property. After the event handler completes, the event issuer will read this property to acquire the checksum.
See Also

Reference

ReadChecksumEventArgs Class
ReadChecksumEventArgs Members

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