IPXC_BackgroundParams::RangeFlags Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 7: Line 7:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_RangeFlags([out, retval]  ULONG*  RangeFlags);
+
<pre class="brush:cpp;gutter:false">HRESULT get_RangeFlags([out, retval]  ULONG*  nRangeFlags);
HRESULT put_RangeFlags([in]  ULONG  RangeFlags);
+
HRESULT put_RangeFlags([in]  ULONG  nRangeFlags);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_BackgroundParams|IPXC_BackgroundParams]]
 
[[PXV:IPXC_BackgroundParams|IPXC_BackgroundParams]]

Latest revision as of 03:20, 15 June 2015

Gets/sets the pages range flags.

Syntax

HRESULT get_RangeFlags([out, retval]  ULONG*  nRangeFlags);
HRESULT put_RangeFlags([in]  ULONG  nRangeFlags);

See Also

IPXC_BackgroundParams