IPXC_Document::AcroForm Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Document::AcroForm Property}}
 
{{#customTitle:IPXC_Document::AcroForm Property}}
{{#parentPage:PXV:IPXC_Document|property}}
+
{{#parentPage:PXV:IPXC_Document|AcroForm Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_AcroForm([out, retval] IPXC_AcroForm** ppForm);
+
<pre class="brush:cpp;gutter:false">HRESULT get_AcroForm([out, retval] IPXC_AcroForm** ppForm);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXC_Document|IPXC_Document]].
 
See also [[PXV:IPXC_Document|IPXC_Document]].

Revision as of 06:02, 23 April 2015


Property AcroForm of interface IPXC_Document returns Pointer to IPXC_AcroForm ...

Syntax

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

See Also

See also IPXC_Document.