op.document.resizePages
From PDF XChange PDF SDK
Dssdkadmin (Talk | contribs) |
(→Sample) |
||
Line 27: | Line 27: | ||
== Sample == | == Sample == | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<gist>59e8fe51fea2b934a1e9</gist> | <gist>59e8fe51fea2b934a1e9</gist> |
Revision as of 02:16, 15 December 2015
Overview
The operation allows to change pages media box's values with or without scaling of the pages contents.
Parameters
Name | Type | Description |
---|---|---|
Input | IUnknown | IUnknown -based object containing the IPXC_Document which pages will have their media box changed.
|
Output | IUnknown | IUnknown -based object containing the IPXC_Document which pages had their media box changed.
|
Options | Dictionary | Dictionary with options of the operation. |
Sample