IPXC_Annotation::Field Property

From PDF XChange PDF SDK
Revision as of 04:46, 20 February 2017 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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);

See Also

IPXC_Annotation