IPXC_Document::HasAcroForm Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(4 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Document::HasAcroForm Property}}
 
{{#customTitle:IPXC_Document::HasAcroForm Property}}
{{#parentPage:PXV:IPXC_Document#Properties|HasAcroForm Property|property}}
+
{{#parentPage:PXV:IPXC_Document#Properties|HasAcroForm|property}}
{{ToWrite}}
+
 
{{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*  pHasForm);
+
<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]]
 
[[PXV:IPXC_Document|IPXC_Document]]

Latest revision as of 01: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);

See Also

IPXC_Document