IPXC_Annotation::Type Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Annotation::Type Property}}
 
{{#customTitle:IPXC_Annotation::Type Property}}
{{#parentPage:PXV:IPXC_Annotation#Properties|Type Property|property}}
+
{{#parentPage:PXV:IPXC_Annotation#Properties|Type|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Type''' of interface [[PXV:IPXC_Annotation|IPXC_Annotation]] returns  Value of ULONG ...
+
Property '''Type''' represents type of the annotation as an [[PXV:PXS_Atoms|atom]].
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Type([out, retval]  ULONG*  pTypeID);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Type([out, retval]  ULONG*  nTypeID);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_Annotation|IPXC_Annotation]]
 
[[PXV:IPXC_Annotation|IPXC_Annotation]]

Latest revision as of 04:49, 20 February 2017


Property Type represents type of the annotation as an atom.

Syntax

HRESULT get_Type([out, retval]  ULONG*  nTypeID);

See Also

IPXC_Annotation