IPXC_EState::OverPrintFill Property

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

Latest revision as of 08:28, 23 May 2015


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

Syntax

HRESULT get_OverPrintFill([out, retval]  VARIANT_BOOL*  pOPF);
HRESULT put_OverPrintFill([in]  VARIANT_BOOL  pOPF);

See Also

IPXC_EState