IPXC_OCContext::RenderType Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''RenderType''' of interface [[PXV:IPXC_OCContext|IPXC_OCContext]] returns/sets  Value of [[PXV:PXC_RenderType|PXC_RenderType]] ...
+
Property '''nRenderType''' of interface [[PXV:IPXC_OCContext|IPXC_OCContext]] returns/sets  Value of [[PXV:PXC_RenderType|PXC_RenderType]] ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_RenderType([out, retval]  PXC_RenderType*  pRenderType);
+
<pre class="brush:cpp;gutter:false">HRESULT get_RenderType([out, retval]  PXC_RenderType*  nRenderType);
HRESULT put_RenderType([in]  PXC_RenderType  pRenderType);
+
HRESULT put_RenderType([in]  PXC_RenderType  nRenderType);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_OCContext|IPXC_OCContext]]
 
[[PXV:IPXC_OCContext|IPXC_OCContext]]

Latest revision as of 03:31, 15 June 2015


Property nRenderType of interface IPXC_OCContext returns/sets Value of PXC_RenderType ...

Syntax

HRESULT get_RenderType([out, retval]  PXC_RenderType*  nRenderType);
HRESULT put_RenderType([in]  PXC_RenderType  nRenderType);

See Also

IPXC_OCContext