IPXV_DocHighlighter::Type 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::Type Property}}
 
{{#customTitle:IPXV_DocHighlighter::Type Property}}
 +
{{#parentPage:PXV:IPXV_DocHighlighter#Properties|Type|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''Type''' of interface [[PXV:IPXV_DocHighlighter|IPXV_DocHighlighter]] returns  Value of [[PXV:PXV_DocHighlightType|PXV_DocHighlightType]] ...
 
Property '''Type''' of interface [[PXV:IPXV_DocHighlighter|IPXV_DocHighlighter]] returns  Value of [[PXV:PXV_DocHighlightType|PXV_DocHighlightType]] ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Type([out, retval] PXV_DocHighlightType* pRes);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Type([out, retval] PXV_DocHighlightType* nRes);
 
</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 Type of interface IPXV_DocHighlighter returns Value of PXV_DocHighlightType ...

Syntax

HRESULT get_Type([out, retval]  PXV_DocHighlightType*  nRes);

See Also

IPXV_DocHighlighter