IPXC_SoftMask::Type Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Type''' of interface [[PXV:IPXC_SoftMask|IPXC_SoftMask]] returns  Value of [[PXV:PXC_SMaskType|PXC_SMaskType]] ...
+
Property '''nType''' of interface [[PXV:IPXC_SoftMask|IPXC_SoftMask]] returns  Value of [[PXV:PXC_SMaskType|PXC_SMaskType]] ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Type([out, retval]  PXC_SMaskType*  Type);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Type([out, retval]  PXC_SMaskType*  nType);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_SoftMask|IPXC_SoftMask]]
 
[[PXV:IPXC_SoftMask|IPXC_SoftMask]]

Latest revision as of 03:37, 15 June 2015


Property nType of interface IPXC_SoftMask returns Value of PXC_SMaskType ...

Syntax

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

See Also

IPXC_SoftMask