IPXC_Annotation::ReplyTo 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 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Annotation::ReplyTo Property}}
 
{{#customTitle:IPXC_Annotation::ReplyTo Property}}
 +
{{#parentPage:PXV:IPXC_Annotation#Properties|ReplyTo|property}}
 +
{{ToReview}}
  
Property '''ReplyTo''' of interface [[PXV:IPXC_Annotation|IPXC_Annotation]] returns  Pointer to [[PXV:IPXC_Annotation|IPXC_Annotation]] ...
+
Property '''ReplyTo''' represents an annotation that this annotation is "in reply to". The relationship between these two annotations is specified by the property [[PXV:IPXC_Annotation_ReplyType|ReplyType]].
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ReplyTo([out, retval] IPXC_Annotation** pRT);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ReplyTo([out, retval] IPXC_Annotation** pAnnot);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Annotation|IPXC_Annotation]].
+
[[PXV:IPXC_Annotation|IPXC_Annotation]]

Latest revision as of 04:49, 20 February 2017


Property ReplyTo represents an annotation that this annotation is "in reply to". The relationship between these two annotations is specified by the property ReplyType.

Syntax

HRESULT get_ReplyTo([out, retval]  IPXC_Annotation**  pAnnot);

See Also

IPXC_Annotation