IPXC_Annotation::Field Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Annotation::Field Property}}
 
{{#customTitle:IPXC_Annotation::Field Property}}
{{#parentPage:PXV:IPXC_Annotation|Field Property|property}}
+
{{#parentPage:PXV:IPXC_Annotation#Properties|Field|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Field''' of interface [[PXV:IPXC_Annotation|IPXC_Annotation]] returns Pointer to [[PXV:IPXC_FormField|IPXC_FormField]] ...
+
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 ==
<pre class="brush:cpp;gutter:false">HRESULT get_Field([out, retval]  IPXC_FormField**  ppField);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Field([out, retval]  IPXC_FormField**  pField);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Annotation|IPXC_Annotation]].
+
[[PXV:IPXC_Annotation|IPXC_Annotation]]

Latest revision as of 04:46, 20 February 2017


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