IPXV_DocSelection::CanPaste Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_CanPaste([out, retval]  VARIANT_BOOL*  Val);
+
<pre class="brush:cpp;gutter:false">HRESULT get_CanPaste([out, retval]  VARIANT_BOOL*  bVal);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_DocSelection|IPXV_DocSelection]]
 
[[PXV:IPXV_DocSelection|IPXV_DocSelection]]

Latest revision as of 03:51, 15 June 2015


Property CanPaste of interface IPXV_DocSelection returns Value of VARIANT_BOOL ...

Syntax

HRESULT get_CanPaste([out, retval]  VARIANT_BOOL*  bVal);

See Also

IPXV_DocSelection