IPXC_Annotation::Field Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 6: | Line 6: | ||
{{ToReview}} | {{ToReview}} | ||
− | Property '''Field''' | + | Property '''Field''' returns a [[PXV:IPXC_FormField|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 <tt>NULL</tt>. |
== Syntax == | == Syntax == |
Revision as of 16:04, 26 May 2015
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** ppField);