IPXC_Font::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_FontType*  pType);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Type([out, retval]  PXC_FontType*  nType);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_Font|IPXC_Font]]
 
[[PXV:IPXC_Font|IPXC_Font]]

Revision as of 02:17, 4 June 2015


Property Type of interface IPXC_Font returns Value of PXC_FontType ...

Syntax

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

See Also

IPXC_Font