IRangeHelper::MaxSize Property

From PDF XChange PDF SDK
Jump to: navigation, search
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_MaxSize([out, retval]  ULONG*  nMaxSize);
+
<pre class="brush:cpp;gutter:false">HRESULT get_MaxSize([out, retval]  ULONG*  MaxSize);
HRESULT put_MaxSize([in]  ULONG  nMaxSize);
+
HRESULT put_MaxSize([in]  ULONG  MaxSize);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IRangeHelper|IRangeHelper]]
 
[[PXV:IRangeHelper|IRangeHelper]]

Revision as of 07:46, 12 June 2015


Property MaxSize of interface IRangeHelper returns/sets Value of ULONG ...

Syntax

HRESULT get_MaxSize([out, retval]  ULONG*  MaxSize);
HRESULT put_MaxSize([in]  ULONG  MaxSize);

See Also

IRangeHelper