Accusoft.FormFix5.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 get_Checksum();
public: __property void set_Checksum( 
   int value
);
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