Discuss this help topic in SecureBlackbox Forum
Specifies if the "Legal" entry is included to the document.
Declaration
[VB.NET]
Property Include As Boolean
[Pascal]
property Include : boolean;
[C++]
bool get_Include();
void set_Include(bool Value);
[PHP]
bool get_Include()
void set_Include(bool $Value)
[Java]
boolean getInclude();
void setInclude(boolean Value);
Description
If this property is set to
True, the "Legal" entry is included to the document.
Discuss this help topic in SecureBlackbox Forum