Discuss this help topic in SecureBlackbox Forum
Specifies whether an empty signature field should be created.
Declaration
[VB.NET]
Property EmptyField As Boolean
[Pascal]
property EmptyField : boolean;
[C++]
bool get_EmptyField();
void set_EmptyField(bool Value);
[PHP]
bool get_EmptyField()
void set_EmptyField(bool $Value)
[Java]
boolean getEmptyField();
void setEmptyField(boolean Value);
Description
Set this property to
True when adding a signature to the document to indicate that an empty signature field should be created instead.
Discuss this help topic in SecureBlackbox Forum