Specifies whether the page area
is intended to be blank and therefore may result in special treatment
by the output device.
SyntaxReference_Syntax.blank = "0 | 1"
Values
Type
|
Values
|
String
|
The page area is
not intended to be blank, and any content is rendered.
The page area is
intended to be blank, and may be subject to special treatment by
the output device.
For example, a printer may charge the
user on a per-printed-page basis. The user does not wish to be charged
for blank backsides of printed pages on a duplexed job. This property
permits the blank backsides of the document to be marked blank with
the result that the processing application must not render any content
on the backside and the printer may receive special instructions
to ensure that the blank backside is not counted towards the user’s charges.
|
ExamplesThe
reference syntax expression will vary, depending on the object from
which it is invoked.
JavaScriptxfa.form.form1.pageSet.Page1.blank;
FormCalcxfa.form.form1.pageSet.Page1.blank
|
|
|