IPXC_Document::AcroForm Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXC_Document::AcroForm Property}}
 
{{#customTitle:IPXC_Document::AcroForm Property}}
 
{{#parentPage:PXV:IPXC_Document#Properties|AcroForm|property}}
 
{{#parentPage:PXV:IPXC_Document#Properties|AcroForm|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''AcroForm''' of interface [[PXV:IPXC_Document|IPXC_Document]] returns  Pointer to [[PXV:IPXC_AcroForm|IPXC_AcroForm]] ...
+
Property '''AcroForm''' of interface [[PXV:IPXC_Document|IPXC_Document]] returns  Pointer to [[PXV:IPXC_AcroForm|IPXC_AcroForm]] containing document's acroform.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 01:19, 16 March 2016


Property AcroForm of interface IPXC_Document returns Pointer to IPXC_AcroForm containing document's acroform.

Syntax

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

See Also

IPXC_Document