Discuss this help topic in SecureBlackbox Forum
Specifies the image of a valid signature, if the digital signature must be printed.
Declaration
[C#/Java]
byte[] ValidSignatureLnImage;
[VB.NET]
Property ValidSignatureLnImage As Byte()
[Pascal]
property ValidSignatureLnImage : ByteArray;
[C++]
void get_ValidSignatureLnImage(std::vector<uint8_t> &OutResult);
void set_ValidSignatureLnImage(const std::vector<uint8_t> &Value);
[PHP]
string get_ValidSignatureLnImage()
void set_ValidSignatureLnImage(array of byte|string|NULL $Value)
Description
Use this property to set the image of a valid signature, if the digital signature must be printed.
Discuss this help topic in SecureBlackbox Forum