IUIX_List::ItemDistAfterImage Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_List::ItemDistAfterImage Property}}
 
{{#customTitle:IUIX_List::ItemDistAfterImage Property}}
{{#parentPage:PXV:IUIX_List#Properties|ItemDistAfterImage Property|property}}
+
{{#parentPage:PXV:IUIX_List#Properties|ItemDistAfterImage|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ItemDistAfterImage([out, retval]  LONG*  pDist);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ItemDistAfterImage([out, retval]  LONG*  nDist);
HRESULT put_ItemDistAfterImage([in]  LONG  pDist);
+
HRESULT put_ItemDistAfterImage([in]  LONG  nDist);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_List|IUIX_List]]
 
[[PXV:IUIX_List|IUIX_List]]

Latest revision as of 04:28, 15 June 2015


Property ItemDistAfterImage of interface IUIX_List returns/sets Value of LONG ...

Syntax

HRESULT get_ItemDistAfterImage([out, retval]  LONG*  nDist);
HRESULT put_ItemDistAfterImage([in]  LONG  nDist);

See Also

IUIX_List