IRangeHelper::MaxSize Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IRangeHelper::MaxSize Property}}
 
{{#customTitle:IRangeHelper::MaxSize Property}}
{{#parentPage:PXV:IRangeHelper#Properties|MaxSize Property|property}}
+
{{#parentPage:PXV:IRangeHelper#Properties|MaxSize|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''MaxSize''' of interface [[PXV:IRangeHelper|IRangeHelper]] returns/sets  Value of ULONG ...
+
Property '''nMaxSize''' of interface [[PXV:IRangeHelper|IRangeHelper]] returns/sets  Value of ULONG ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_MaxSize([out, retval]  ULONG*  pMaxSize);
+
<pre class="brush:cpp;gutter:false">HRESULT get_MaxSize([out, retval]  ULONG*  nMaxSize);
HRESULT put_MaxSize([in]  ULONG  pMaxSize);
+
HRESULT put_MaxSize([in]  ULONG  nMaxSize);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IRangeHelper|IRangeHelper]]
 
[[PXV:IRangeHelper|IRangeHelper]]

Latest revision as of 04:10, 15 June 2015


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

Syntax

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

See Also

IRangeHelper