IPXS_PDFVariant::Type Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 4: Line 4:
 
{{#parentPage:PXV:IPXS_PDFVariant#Properties|Type|property}}
 
{{#parentPage:PXV:IPXS_PDFVariant#Properties|Type|property}}
  
'''Type''' Property of the [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] interface that returns [[PXV:PDFVariantType|PDFVariantType]] value that identifies which data type it contains.
+
'''nType''' Property of the [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] interface that returns [[PXV:PDFVariantType|PDFVariantType]] value that identifies which data type it contains.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Type([out, retval]  PXS_PDFVariantType*  Type);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Type([out, retval]  PXS_PDFVariantType*  nType);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXS_PDFVariant|IPXS_PDFVariant]]
 
[[PXV:IPXS_PDFVariant|IPXS_PDFVariant]]

Revision as of 03:45, 15 June 2015

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

Syntax

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

See Also

IPXS_PDFVariant