IUIX_ParaFormat::MarginBottom Property
From PDF XChange PDF SDK
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_MarginBottom([out, retval] double* | + | <pre class="brush:cpp;gutter:false">HRESULT get_MarginBottom([out, retval] double* nMarginBottom); |
− | HRESULT put_MarginBottom([in] double | + | HRESULT put_MarginBottom([in] double nMarginBottom); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IUIX_ParaFormat|IUIX_ParaFormat]] | [[PXV:IUIX_ParaFormat|IUIX_ParaFormat]] |
Latest revision as of 03:33, 15 June 2015
Property MarginBottom of interface IUIX_ParaFormat returns/sets Value of double ...
Syntax
HRESULT get_MarginBottom([out, retval] double* nMarginBottom); HRESULT put_MarginBottom([in] double nMarginBottom);