IPXC_WatermarkParams::Scale Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(3 intermediate revisions by one other user not shown) | |||
Line 4: | Line 4: | ||
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|Scale|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]] | [[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);