IPXC_Document::HasAcroForm Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(2 intermediate revisions by one other user not shown)
Line 3: Line 3:
 
{{#customTitle:IPXC_Document::HasAcroForm Property}}
 
{{#customTitle:IPXC_Document::HasAcroForm Property}}
 
{{#parentPage:PXV:IPXC_Document#Properties|HasAcroForm|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 ==

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