IPXS_PDFVariant::Type Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXS_PDFVariant::Type Property}}
 
{{#customTitle:IPXS_PDFVariant::Type Property}}
{{#parentPage:PXV:IPXS_PDFVariant|Type Property|property}}
+
{{#parentPage:PXV:IPXS_PDFVariant#Properties|Type|property}}
{{ToReview}}
+
  
Property '''Type''' of interface [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] returns Value of [[PXV:PDFVariantType|PDFVariantType]] that describe which data type it contains.
+
'''nType''' Property of the [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] interface that returns [[PXV:PXS_PDFVariantType|PXS_PDFVariantType]] value that identifies which data type it contains.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Type([out, retval]  PDFVariantTypepType);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Type([out, retval]  PXS_PDFVariantTypenType);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]].
+
[[PXV:IPXS_PDFVariant|IPXS_PDFVariant]]

Latest revision as of 08:11, 13 June 2016

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

Syntax

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

See Also

IPXS_PDFVariant