IPXC_Document::AcroForm Property

From PDF XChange PDF SDK
Jump to: navigation, search
 
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''AcroForm''' of interface [[PXV:IPXC_Document|IPXC_Document]] returns  Pointer to [[PXV:IPXC_AcroForm|IPXC_AcroForm]] containing document's acroform. Note that the acroform is always created and needs to be checked with the HasAcroForm property for it's validity.
+
Property '''AcroForm''' of interface [[PXV:IPXC_Document|IPXC_Document]] returns  Pointer to [[PXV:IPXC_AcroForm|IPXC_AcroForm]] containing document's acroform. Note that the acroform is always created and needs to be checked with the '''HasAcroForm''' property for it's validity.
  
 
== Syntax ==
 
== Syntax ==

Latest revision as of 01:30, 16 March 2016


Property AcroForm of interface IPXC_Document returns Pointer to IPXC_AcroForm containing document's acroform. Note that the acroform is always created and needs to be checked with the HasAcroForm property for it's validity.

Syntax

HRESULT get_AcroForm([out, retval]  IPXC_AcroForm**  pForm);

See Also

IPXC_Document