IPXC_Annotation::Field Property

From PDF XChange PDF SDK
Jump to: navigation, search
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}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  

Revision as of 17: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);

See Also

IPXC_Annotation