IPXC_AcroForm::Type Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(6 intermediate revisions by 2 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|property}}
+
{{#parentPage:PXV:IPXC_AcroForm#Properties|Type|property}}
{{ToReview}}
+
  
Returns '''[[PXV:PXC_PDFFormType|type]]''' of the form.
+
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