IPXC_Font::Vertical 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_Vertical([out, retval]  VARIANT_BOOL*  pVertical);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Vertical([out, retval]  VARIANT_BOOL*  bVertical);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_Font|IPXC_Font]]
 
[[PXV:IPXC_Font|IPXC_Font]]

Revision as of 02:18, 4 June 2015


Property Vertical of interface IPXC_Font returns Value of VARIANT_BOOL ...

Syntax

HRESULT get_Vertical([out, retval]  VARIANT_BOOL*  bVertical);

See Also

IPXC_Font