IPXC_Annotation::Popup Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Annotation::Popup Property}} | {{#customTitle:IPXC_Annotation::Popup Property}} | ||
− | {{#parentPage:PXV:IPXC_Annotation|Popup | + | {{#parentPage:PXV:IPXC_Annotation#Properties|Popup|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Represents an annotation with ''Popup'' type linked with this annotation. If the annotation has no associated popup annotation, this property will be <tt>NULL</tt>. | |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Popup([out, retval] IPXC_Annotation** | + | <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 03: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);