IPXC_Annotation::Field Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(One intermediate revision by one other user not shown) | |||
Line 3: | Line 3: | ||
{{#customTitle:IPXC_Annotation::Field Property}} | {{#customTitle:IPXC_Annotation::Field Property}} | ||
{{#parentPage:PXV:IPXC_Annotation#Properties|Field|property}} | {{#parentPage:PXV:IPXC_Annotation#Properties|Field|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Field([out, retval] IPXC_FormField** | + | <pre class="brush:cpp;gutter:false">HRESULT get_Field([out, retval] IPXC_FormField** pField); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IPXC_Annotation|IPXC_Annotation]] | [[PXV:IPXC_Annotation|IPXC_Annotation]] |
Latest revision as of 03:46, 20 February 2017
Property Field returns a IPXC_FormField for which the annotation belongs. It is valid only for widget annotations. For all the rest types of annotations this property will be NULL.
Syntax
HRESULT get_Field([out, retval] IPXC_FormField** pField);