IPXC_Annotation::Popup Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Popup([out, retval]  IPXC_Annotation**  ppPopup);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Popup([out, retval]  IPXC_Annotation**  pPopup);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_Annotation|IPXC_Annotation]]
 
[[PXV:IPXC_Annotation|IPXC_Annotation]]

Latest revision as of 04:48, 20 February 2017


Represents an annotation with Popup type linked with this annotation. If the annotation has no associated popup annotation, this property will be NULL.

Syntax

HRESULT get_Popup([out, retval]  IPXC_Annotation**  pPopup);

See Also

IPXC_Annotation