IPXC_EState::OverPrint Property

From PDF XChange PDF SDK
Jump to: navigation, search
(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_EState::OverPrint Property}}
 
{{#customTitle:IPXC_EState::OverPrint Property}}
 +
{{#parentPage:PXV:IPXC_EState#Properties|OverPrint|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''OverPrint''' of interface [[PXV:IPXC_EState|IPXC_EState]] returns/sets  Value of VARIANT_BOOL ...
 
Property '''OverPrint''' of interface [[PXV:IPXC_EState|IPXC_EState]] returns/sets  Value of VARIANT_BOOL ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_OverPrint([out, retval] VARIANT_BOOL* pOp);
+
<pre class="brush:cpp;gutter:false">HRESULT get_OverPrint([out, retval] VARIANT_BOOL* pOp);
HRESULT put_OverPrint([in] VARIANT_BOOL pOp);
+
HRESULT put_OverPrint([in] VARIANT_BOOL pOp);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_EState|IPXC_EState]].
+
[[PXV:IPXC_EState|IPXC_EState]]

Latest revision as of 03:27, 15 June 2015


Property OverPrint of interface IPXC_EState returns/sets Value of VARIANT_BOOL ...

Syntax

HRESULT get_OverPrint([out, retval]  VARIANT_BOOL*  pOp);
HRESULT put_OverPrint([in]  VARIANT_BOOL  pOp);

See Also

IPXC_EState