IPXC_Font::Subtype 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 '''Subtype''' of interface [[PXV:IPXC_Font|IPXC_Font]] returns  Value of ULONG ...
+
Property '''nSubtype''' of interface [[PXV:IPXC_Font|IPXC_Font]] returns  Value of ULONG ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Subtype([out, retval]  ULONG*  Subtype);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Subtype([out, retval]  ULONG*  nSubtype);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_Font|IPXC_Font]]
 
[[PXV:IPXC_Font|IPXC_Font]]

Latest revision as of 03:28, 15 June 2015


Property nSubtype of interface IPXC_Font returns Value of ULONG ...

Syntax

HRESULT get_Subtype([out, retval]  ULONG*  nSubtype);

See Also

IPXC_Font