Accusoft.PdfXpress7.Net
CheckSum Property




A 16-byte checksum of the bytes of the uncompressed attachment. The checksum is calculated by applying the standard MD5 message- digest algorithm.
Syntax
'Declaration
 
Public Property CheckSum As String
'Usage
 
Dim instance As PdfDocumentAttachment
Dim value As String
 
instance.CheckSum = value
 
value = instance.CheckSum
public string CheckSum {get; set;}
public: __property string* get_CheckSum();
public: __property void set_CheckSum( 
   string* value
);
public:
property String^ CheckSum {
   String^ get();
   void set (    String^ value);
}
Remarks
Default value: null.
See Also

Reference

PdfDocumentAttachment Class
PdfDocumentAttachment Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback