Options
From PDF XChange PDF SDK
(Automatic page editing by robot) |
(→Options Table) |
||
Line 14: | Line 14: | ||
| class="op_param_name" | [[PXV:cs_PagesRange|PagesRange]] | | class="op_param_name" | [[PXV:cs_PagesRange|PagesRange]] | ||
| style="text-align:center" | Dictionary | | style="text-align:center" | Dictionary | ||
− | | Specifies | + | | Specifies the pages range that contains the annotations that should be flattened. |
|- | |- | ||
| class="op_param_name" | NonPrintableAction | | class="op_param_name" | NonPrintableAction | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
− | | Specifies | + | | Specifies what to do with non-printable annotations. |
Possible values are: | Possible values are: | ||
{| class="op_internal_table" | {| class="op_internal_table" | ||
|- | |- | ||
− | | class="op_enum_value" | '''0''' (Flatten) || | + | | class="op_enum_value" | '''0''' (Flatten) || These annotations will be flattened. |
|- | |- | ||
− | | class="op_enum_value" | '''1''' (LeftAsIs) || | + | | class="op_enum_value" | '''1''' (LeftAsIs) || No operations will be done with these annotations. |
|- | |- | ||
− | | class="op_enum_value" | '''2''' (Remove) || | + | | class="op_enum_value" | '''2''' (Remove) || These annotations will be removed. |
|} | |} | ||
Default value: <tt>'''0''' (Flatten)</tt> | Default value: <tt>'''0''' (Flatten)</tt> | ||
Line 32: | Line 32: | ||
| class="op_param_name" | FieldsAction | | class="op_param_name" | FieldsAction | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
− | | Specifies | + | | Specifies what to do with form fields. |
Possible values are: | Possible values are: | ||
{| class="op_internal_table" | {| class="op_internal_table" | ||
|- | |- | ||
− | | class="op_enum_value" | '''0''' (Flatten) || | + | | class="op_enum_value" | '''0''' (Flatten) || The form fields will be flattened. |
|- | |- | ||
− | | class="op_enum_value" | '''1''' (LeftAsIs) || | + | | class="op_enum_value" | '''1''' (LeftAsIs) || No operations will be done with form fields. |
|- | |- | ||
− | | class="op_enum_value" | '''2''' (Remove) || | + | | class="op_enum_value" | '''2''' (Remove) || The form fields will be removed. |
|} | |} | ||
Default value: <tt>'''0''' (Flatten)</tt> | Default value: <tt>'''0''' (Flatten)</tt> | ||
|} | |} |
Revision as of 07:55, 1 March 2016
Options Table
Name | Type | Value | ||||||
---|---|---|---|---|---|---|---|---|
PagesRange | Dictionary | Specifies the pages range that contains the annotations that should be flattened. | ||||||
NonPrintableAction | Integer | Specifies what to do with non-printable annotations.
Possible values are:
Default value: 0 (Flatten) | ||||||
FieldsAction | Integer | Specifies what to do with form fields.
Possible values are:
Default value: 0 (Flatten) |