IUIX_Ruler::ShowFractions Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Ruler::ShowFractions Property}}
 
{{#customTitle:IUIX_Ruler::ShowFractions Property}}
 +
{{#parentPage:PXV:IUIX_Ruler#Properties|ShowFractions|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''ShowFractions''' of interface [[PXV:IUIX_Ruler|IUIX_Ruler]] returns/sets  Value of VARIANT_BOOL ...
 
Property '''ShowFractions''' of interface [[PXV:IUIX_Ruler|IUIX_Ruler]] returns/sets  Value of VARIANT_BOOL ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ShowFractions([out, retval] VARIANT_BOOL* pVal);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ShowFractions([out, retval] VARIANT_BOOL* pVal);
HRESULT put_ShowFractions([in] VARIANT_BOOL pVal);
+
HRESULT put_ShowFractions([in] VARIANT_BOOL pVal);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_Ruler|IUIX_Ruler]].
+
[[PXV:IUIX_Ruler|IUIX_Ruler]]

Latest revision as of 00:38, 12 August 2015


Property ShowFractions of interface IUIX_Ruler returns/sets Value of VARIANT_BOOL ...

Syntax

HRESULT get_ShowFractions([out, retval]  VARIANT_BOOL*  pVal);
HRESULT put_ShowFractions([in]  VARIANT_BOOL  pVal);

See Also

IUIX_Ruler