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