IPXV_DocSelection::CanCopy Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_DocSelection::CanCopy Property}}
 
{{#customTitle:IPXV_DocSelection::CanCopy Property}}
{{#parentPage:PXV:IPXV_DocSelection|CanCopy Property|property}}
+
{{#parentPage:PXV:IPXV_DocSelection#Properties|CanCopy|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_CanCopy([out, retval]  VARIANT_BOOL*  pVal);
+
<pre class="brush:cpp;gutter:false">HRESULT get_CanCopy([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 CanCopy of interface IPXV_DocSelection returns Value of VARIANT_BOOL ...

Syntax

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

See Also

IPXV_DocSelection