IPXC_WatermarkParams::FontSize Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(4 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_WatermarkParams::FontSize Property}}
 
{{#customTitle:IPXC_WatermarkParams::FontSize Property}}
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|FontSize Property|property}}
+
{{#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*  pFontSize);
+
<pre class="brush:cpp;gutter:false">HRESULT get_FontSize([out, retval]  float*  nFontSize);
HRESULT put_FontSize([in]  float  pFontSize);
+
HRESULT put_FontSize([in]  float  nFontSize);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]]
 
[[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]]

Latest revision as of 05: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);

See Also

IPXC_WatermarkParams