IPXC_FormField::Widget Property

From PDF XChange PDF SDK
Revision as of 08:56, 9 March 2016 by Palamar (Talk | contribs)

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


Property Widget of interface IPXC_FormField returns Pointer to IPXC_Annotation that contains the annotation of the current form field.

Syntax

HRESULT get_Widget([in]           ULONG              nIndex,
                   [out, retval]  IPXC_Annotation**  ppWidget);

Parameters

nIndex
[in] Index of the widget in the form field.

See Also

IPXC_FormField