IPXV_Inst::DispMeasureUnit Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_DispMeasureUnit([out, retval] MeasureUnit* | + | <pre class="brush:cpp;gutter:false">HRESULT get_DispMeasureUnit([out, retval] MeasureUnit* nUnit); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IPXV_Inst|IPXV_Inst]] | [[PXV:IPXV_Inst|IPXV_Inst]] |
Revision as of 01:41, 4 June 2015
Returns the unit for measurement that is currently using by application for displaying in UI. For possible values see MeasureUnit enumerations.
Syntax
HRESULT get_DispMeasureUnit([out, retval] MeasureUnit* nUnit);