IPXC_Pattern::Type Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 9: Line 9:
  
 
== 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 ==
 
[[PXV:IPXC_Pattern|IPXC_Pattern]]
 
[[PXV:IPXC_Pattern|IPXC_Pattern]]

Revision as of 02:23, 4 June 2015


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

Syntax

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

See Also

IPXC_Pattern