IPXV_DocHighlighter::IsEmpty Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_DocHighlighter::IsEmpty Property}}
 
{{#customTitle:IPXV_DocHighlighter::IsEmpty Property}}
 +
{{#parentPage:PXV:IPXV_DocHighlighter#Properties|IsEmpty|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''IsEmpty''' of interface [[PXV:IPXV_DocHighlighter|IPXV_DocHighlighter]] returns  Value of VARIANT_BOOL ...
 
Property '''IsEmpty''' of interface [[PXV:IPXV_DocHighlighter|IPXV_DocHighlighter]] returns  Value of VARIANT_BOOL ...
 
  
 
== 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 ==
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