IUIX_ParaFormat::MarginLeft Property

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

Latest revision as of 04:33, 15 June 2015


Property MarginLeft of interface IUIX_ParaFormat returns/sets Value of double ...

Syntax

HRESULT get_MarginLeft([out, retval]  double*  nMarginLeft);
HRESULT put_MarginLeft([in]  double  nMarginLeft);

See Also

IUIX_ParaFormat