IPXC_FormField::Widget Property

From PDF XChange PDF SDK
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