IPXC_WatermarkParams::FontSize Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_WatermarkParams::FontSize Property}} | {{#customTitle:IPXC_WatermarkParams::FontSize Property}} | ||
− | {{#parentPage:PXV:IPXC_WatermarkParams|FontSize | + | {{#parentPage:PXV:IPXC_WatermarkParams#Properties|FontSize|property}} |
− | + | ||
− | Gets/sets watermark text font size. | + | Gets/sets watermark text font size in points. |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_FontSize([out, retval] float* | + | <pre class="brush:cpp;gutter:false">HRESULT get_FontSize([out, retval] float* nFontSize); |
− | HRESULT put_FontSize([in] float | + | HRESULT put_FontSize([in] float nFontSize); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]] |
Latest revision as of 04:41, 16 March 2017
Gets/sets watermark text font size in points.
Syntax
HRESULT get_FontSize([out, retval] float* nFontSize); HRESULT put_FontSize([in] float nFontSize);