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