Specifies whether to permit the
processing application to optimize output by generating a printer
macro for all of the subform’s draw content.
SyntaxReference_Syntax.allowMacro = "1 | 0"
Values
Type
|
Values
|
String
|
1 (default)
The processing
application is permitted to utilize a printer macro for this subform.
The
processing application cannot utilize a printer macro for this subform.
|
JavaScriptSubform1.allowMacro = "0";
FormCalcSubform1.allowMacro = "0"
|
|
|