IPXV_DocHighlighter::IsEmpty 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_DocHighlighter::IsEmpty Property}}
 
{{#customTitle:IPXV_DocHighlighter::IsEmpty Property}}
{{#parentPage:PXV:IPXV_DocHighlighter|IsEmpty Property|property}}
+
{{#parentPage:PXV:IPXV_DocHighlighter#Properties|IsEmpty|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_IsEmpty([out, retval]  VARIANT_BOOL*  pRes);
+
<pre class="brush:cpp;gutter:false">HRESULT get_IsEmpty([out, retval]  VARIANT_BOOL*  bRes);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_DocHighlighter|IPXV_DocHighlighter]].
+
[[PXV:IPXV_DocHighlighter|IPXV_DocHighlighter]]

Latest revision as of 03:51, 15 June 2015


Property IsEmpty of interface IPXV_DocHighlighter returns Value of VARIANT_BOOL ...

Syntax

HRESULT get_IsEmpty([out, retval]  VARIANT_BOOL*  bRes);

See Also

IPXV_DocHighlighter