IPXC_BackgroundParams::Scale Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(11 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_BackgroundParams::Scale Property}} | {{#customTitle:IPXC_BackgroundParams::Scale Property}} | ||
+ | {{#parentPage:PXV:IPXC_BackgroundParams#Properties|Scale|property}} | ||
− | + | Gets/sets the relative scale of the source file page. | |
− | + | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Scale([out, retval] float* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Scale([out, retval] float* nScale); |
− | HRESULT put_Scale([in] float | + | HRESULT put_Scale([in] float nScale); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_BackgroundParams|IPXC_BackgroundParams]] |
Latest revision as of 02:20, 15 June 2015
Gets/sets the relative scale of the source file page.
Syntax
HRESULT get_Scale([out, retval] float* nScale); HRESULT put_Scale([in] float nScale);