IPXC_AcroForm::Type Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_AcroForm::Type Property}}
 
{{#customTitle:IPXC_AcroForm::Type Property}}
 +
{{#parentPage:PXV:IPXC_AcroForm#Properties|Type|property}}
  
Property '''Type''' of interface [[PXV:IPXC_AcroForm|IPXC_AcroForm]] returns  Value of [[PXV:PXC_PDFFormType|PXC_PDFFormType]] ...
+
Returns the '''[[PXV:PXC_PDFFormType|type]]''' of the form.
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Type([out, retval] PXC_PDFFormType* pFormType);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Type([out, retval] PXC_PDFFormType* pFormType);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_AcroForm|IPXC_AcroForm]].
+
[[PXV:IPXC_AcroForm|IPXC_AcroForm]]

Latest revision as of 08:01, 23 May 2015

Returns the type of the form.

Syntax

HRESULT get_Type([out, retval]  PXC_PDFFormType*  pFormType);

See Also

IPXC_AcroForm