IPXS_PDFVariant::Type Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 6: Line 6:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Type([out, retval]  PDFVariantType*  pType);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Type([out, retval]  PXS_PDFVariantType*  pType);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]].
 
See also [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]].

Revision as of 05:19, 16 May 2015

Type Property of the IPXS_PDFVariant interface which returns PDFVariantType value that identifies which data type it contains.

Syntax

HRESULT get_Type([out, retval]  PXS_PDFVariantType*  pType);

See Also

See also IPXS_PDFVariant.