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)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_OCContext::RenderType Property}}
 
{{#customTitle:IPXC_OCContext::RenderType Property}}
{{#parentPage:PXV:IPXC_OCContext|property}}
+
{{#parentPage:PXV:IPXC_OCContext#Properties|RenderType|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{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 ==
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