IPXC_Document::HasAcroForm Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(7 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Document::HasAcroForm Property}} | {{#customTitle:IPXC_Document::HasAcroForm Property}} | ||
− | {{#parentPage:PXV:IPXC_Document|HasAcroForm | + | {{#parentPage:PXV:IPXC_Document#Properties|HasAcroForm|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | Property '''HasAcroForm''' of interface [[PXV:IPXC_Document|IPXC_Document]] returns Value of VARIANT_BOOL | + | Property '''HasAcroForm''' of interface [[PXV:IPXC_Document|IPXC_Document]] returns Value of VARIANT_BOOL that checks whether the document has an acroform with the valid [[PXV:PXC_PDFFormType|type]]. |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_HasAcroForm([out, retval] VARIANT_BOOL* | + | <pre class="brush:cpp;gutter:false">HRESULT get_HasAcroForm([out, retval] VARIANT_BOOL* bHasForm); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_Document|IPXC_Document]] |
Latest revision as of 00:38, 16 March 2016
Property HasAcroForm of interface IPXC_Document returns Value of VARIANT_BOOL that checks whether the document has an acroform with the valid type.
Syntax
HRESULT get_HasAcroForm([out, retval] VARIANT_BOOL* bHasForm);