Discuss this help topic in SecureBlackbox Forum

TElPDFFileAttachment.MD5Checksum

TElPDFFileAttachment     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies attachment's checksum.

Declaration

[C#]
    byte[] MD5Checksum;

[VB.NET]
    Property MD5Checksum As Byte()

[Pascal]
    property MD5Checksum : ByteArray;

[C++]
    void get_MD5Checksum(std::vector<uint8_t> &OutResult);

[PHP]
    string get_MD5Checksum()

[Java]
    byte[] getMD5Checksum();

Description

    Use this property to get the checksum of the attached file.

See also:     Filename    

Discuss this help topic in SecureBlackbox Forum