IPXC_WatermarkParams::Scale Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(10 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_WatermarkParams::Scale Property}} | {{#customTitle:IPXC_WatermarkParams::Scale Property}} | ||
− | {{#parentPage:PXV:IPXC_WatermarkParams|property | + | {{#parentPage:PXV:IPXC_WatermarkParams#Properties|Scale|property}} |
− | + | ||
− | + | ||
− | Gets/sets watermark scale. | + | Gets/sets watermark scale in percents (For example, '''100.0''' means 100 percent scale). |
== 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_WatermarkParams|IPXC_WatermarkParams]] |
Latest revision as of 05:09, 16 March 2017
Gets/sets watermark scale in percents (For example, 100.0 means 100 percent scale).
Syntax
HRESULT get_Scale([out, retval] float* nScale); HRESULT put_Scale([in] float nScale);