IPXC_Document::AcroForm Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(3 intermediate revisions by 2 users not shown) | |||
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}} | ||
− | |||
{{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. Note that the acroform is always created and needs to be checked with the '''HasAcroForm''' property for it's validity. |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_AcroForm([out, retval] IPXC_AcroForm** | + | <pre class="brush:cpp;gutter:false">HRESULT get_AcroForm([out, retval] IPXC_AcroForm** pForm); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IPXC_Document|IPXC_Document]] | [[PXV:IPXC_Document|IPXC_Document]] |
Latest revision as of 00: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);