op.document.changePagesProps
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:op.document.changePagesProps}} | {{#customTitle:op.document.changePagesProps}} | ||
{{#parentPage:PXV:Operations|op.document.changePagesProps|operation}} | {{#parentPage:PXV:Operations|op.document.changePagesProps|operation}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
== Overview == | == Overview == | ||
− | The operation | + | The operation allows to change properties of the selected pages. |
== Parameters == | == Parameters == | ||
Line 16: | Line 15: | ||
| class="op_param_name" | Input | | class="op_param_name" | Input | ||
| style="text-align:center" | Array | | style="text-align:center" | Array | ||
− | | Array of <code>IUnknown</code>-based objects. | + | | Array of <code>IUnknown</code>-based objects containing the source [[PXV:IPXC_Document|IPXC_Document]] that will have it's pages' properties changed. |
|- | |- | ||
| class="op_param_name" | Output | | class="op_param_name" | Output | ||
| style="text-align:center;" | Array | | style="text-align:center;" | Array | ||
− | | Array of <code>IUnknown</code>-based objects. | + | | Array of <code>IUnknown</code>-based objects containing the source [[PXV:IPXC_Document|IPXC_Document]] that had it's pages' properties changed. |
|- | |- | ||
| class="op_param_name" | [[PXV:op_document_changePagesProps_Options|Options]] | | class="op_param_name" | [[PXV:op_document_changePagesProps_Options|Options]] |
Revision as of 07:38, 14 March 2016
Overview
The operation allows to change properties of the selected pages.
Parameters
Name | Type | Description |
---|---|---|
Input | Array | Array of IUnknown -based objects containing the source IPXC_Document that will have it's pages' properties changed.
|
Output | Array | Array of IUnknown -based objects containing the source IPXC_Document that had it's pages' properties changed.
|
Options | Dictionary | Dictionary with options of the operation. |