IPXC_AnnotData::AnnotType Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_AnnotData::AnnotType Property}}
 
{{#customTitle:IPXC_AnnotData::AnnotType Property}}
 +
{{#parentPage:PXV:IPXC_AnnotData#Properties|AnnotType|property}}
  
Property '''AnnotType''' of interface [[PXV:IPXC_AnnotData|IPXC_AnnotData]] returns  Value of ULONG ...
+
Gets type of the annotation.
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_AnnotType([out, retval] ULONG* pAnnotTypeID);
+
<pre class="brush:cpp;gutter:false">HRESULT get_AnnotType([out, retval] ULONG* pAnnotTypeID);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_AnnotData|IPXC_AnnotData]].
+
[[PXV:IPXC_AnnotData|IPXC_AnnotData]]

Latest revision as of 08:04, 23 May 2015

Gets type of the annotation.

Syntax

HRESULT get_AnnotType([out, retval]  ULONG*  pAnnotTypeID);

See Also

IPXC_AnnotData