IPXC_Annotation::ReplyType 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::ReplyType Property}}
 
{{#customTitle:IPXC_Annotation::ReplyType Property}}
{{#parentPage:PXV:IPXC_Annotation#Properties|ReplyType Property|property}}
+
{{#parentPage:PXV:IPXC_Annotation#Properties|ReplyType|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''ReplyType''' of interface [[PXV:IPXC_Annotation|IPXC_Annotation]] returns  Value of [[PXV:PXC_ReplyType|PXC_ReplyType]] ...
+
Specifies relationship between that annotation and annotation represented by [[PXV:IPXC_Annotation_ReplyTo|ReplyTo]] property.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ReplyType([out, retval]  PXC_ReplyType*  pType);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ReplyType([out, retval]  PXC_ReplyType*  nType);
 
</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


Specifies relationship between that annotation and annotation represented by ReplyTo property.

Syntax

HRESULT get_ReplyType([out, retval]  PXC_ReplyType*  nType);

See Also

IPXC_Annotation