IPXV_SearchEntryItem::PropType Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(5 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_SearchEntryItem::PropType Property}}
 
{{#customTitle:IPXV_SearchEntryItem::PropType Property}}
{{#parentPage:PXV:IPXV_SearchEntryItem#Properties|PropType Property|property}}
+
{{#parentPage:PXV:IPXV_SearchEntryItem#Properties|PropType|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''PropType''' of interface [[PXV:IPXV_SearchEntryItem|IPXV_SearchEntryItem]] returns  Value of ULONG ...
+
Property '''nPropType''' of interface [[PXV:IPXV_SearchEntryItem|IPXV_SearchEntryItem]] returns  Value of ULONG that defines in what type of text, that is related to the search object, the current Search Entry was found. For example, some annotations has several places with text: title, subject, author, contents. In this case, the Search operation will path the needed enum value to this property.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_PropType([out, retval]  ULONG*  pPropType);
+
<pre class="brush:cpp;gutter:false">HRESULT get_PropType([out, retval]  ULONG*  nPropType);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_SearchEntryItem|IPXV_SearchEntryItem]].
+
[[PXV:IPXV_SearchEntryItem|IPXV_SearchEntryItem]]

Latest revision as of 03:06, 20 January 2017


Property nPropType of interface IPXV_SearchEntryItem returns Value of ULONG that defines in what type of text, that is related to the search object, the current Search Entry was found. For example, some annotations has several places with text: title, subject, author, contents. In this case, the Search operation will path the needed enum value to this property.

Syntax

HRESULT get_PropType([out, retval]  ULONG*  nPropType);

See Also

IPXV_SearchEntryItem