IPXC_PageRenderParams::TextSmoothMode Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_PageRenderParams::TextSmoothMode Property}}
 
{{#customTitle:IPXC_PageRenderParams::TextSmoothMode Property}}
 +
{{#parentPage:PXV:IPXC_PageRenderParams#Properties|TextSmoothMode|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''TextSmoothMode''' of interface [[PXV:IPXC_PageRenderParams|IPXC_PageRenderParams]] returns/sets  Value of [[PXV:PXC_TextSmoothMode|PXC_TextSmoothMode]] ...
 
Property '''TextSmoothMode''' of interface [[PXV:IPXC_PageRenderParams|IPXC_PageRenderParams]] returns/sets  Value of [[PXV:PXC_TextSmoothMode|PXC_TextSmoothMode]] ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_TextSmoothMode([out, retval] PXC_TextSmoothMode* pMode);
+
<pre class="brush:cpp;gutter:false">HRESULT get_TextSmoothMode([out, retval] PXC_TextSmoothMode* nMode);
HRESULT put_TextSmoothMode([in] PXC_TextSmoothMode pMode);
+
HRESULT put_TextSmoothMode([in] PXC_TextSmoothMode nMode);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_PageRenderParams|IPXC_PageRenderParams]].
+
[[PXV:IPXC_PageRenderParams|IPXC_PageRenderParams]]

Latest revision as of 03:33, 15 June 2015


Property TextSmoothMode of interface IPXC_PageRenderParams returns/sets Value of PXC_TextSmoothMode ...

Syntax

HRESULT get_TextSmoothMode([out, retval]  PXC_TextSmoothMode*  nMode);
HRESULT put_TextSmoothMode([in]  PXC_TextSmoothMode  nMode);

See Also

IPXC_PageRenderParams