IPXC_Pattern::Type Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Pattern::Type Property}}
 
{{#customTitle:IPXC_Pattern::Type Property}}
 +
{{#parentPage:PXV:IPXC_Pattern#Properties|Type|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
Property '''Type''' of interface [[PXV:IPXC_Pattern|IPXC_Pattern]] returns  Value of [[PXV:PXC_PatternType|PXC_PatternType]] ...
+
Property '''nType''' of interface [[PXV:IPXC_Pattern|IPXC_Pattern]] returns  Value of [[PXV:PXC_PatternType|PXC_PatternType]] ...
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Type([out, retval] PXC_PatternType* pType);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Type([out, retval] PXC_PatternType* nType);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Pattern|IPXC_Pattern]].
+
[[PXV:IPXC_Pattern|IPXC_Pattern]]

Latest revision as of 03:34, 15 June 2015


Property nType of interface IPXC_Pattern returns Value of PXC_PatternType ...

Syntax

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

See Also

IPXC_Pattern