IPXC_HeaderAndFooterParams::FontSize Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 7: | Line 7: | ||
== 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* FontSize); |
− | HRESULT put_FontSize([in] float | + | HRESULT put_FontSize([in] float FontSize); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IPXC_HeaderAndFooterParams|IPXC_HeaderAndFooterParams]] | [[PXV:IPXC_HeaderAndFooterParams|IPXC_HeaderAndFooterParams]] |
Revision as of 06:05, 12 June 2015
Gets/sets header and footer text's font size.
Syntax
HRESULT get_FontSize([out, retval] float* FontSize); HRESULT put_FontSize([in] float FontSize);