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)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Font::Vertical Property}}
 
{{#customTitle:IPXC_Font::Vertical Property}}
{{#parentPage:PXV:IPXC_Font#Properties|Vertical Property|property}}
+
{{#parentPage:PXV:IPXC_Font#Properties|Vertical|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Vertical''' of interface [[PXV:IPXC_Font|IPXC_Font]] returns  Value of VARIANT_BOOL ...
+
Property '''bVertical''' of interface [[PXV:IPXC_Font|IPXC_Font]] returns  Value of VARIANT_BOOL ...
  
 
== 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]]

Latest revision as of 03:28, 15 June 2015


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

Syntax

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

See Also

IPXC_Font