Discuss this help topic in SecureBlackbox Forum
Specifies if new document can be assembled on the basis of the previous one
Declaration
[VB.NET]
Property Assemble As Boolean
[Pascal]
property Assemble : boolean;
[C++]
bool get_Assemble();
void set_Assemble(bool Value);
[PHP]
bool get_Assemble()
void set_Assemble(bool $Value)
[Java]
boolean getAssemble();
void setAssemble(boolean Value);
Description
Use this property to specify if the user may assemble new document on the basis of the previous one.
Discuss this help topic in SecureBlackbox Forum