IPXC_BackgroundParams::RangeFlags Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(11 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_BackgroundParams::RangeFlags Property}} | {{#customTitle:IPXC_BackgroundParams::RangeFlags Property}} | ||
+ | {{#parentPage:PXV:IPXC_BackgroundParams#Properties|RangeFlags|property}} | ||
− | + | Gets/sets the pages range flags. | |
− | + | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_RangeFlags([out, retval] ULONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_RangeFlags([out, retval] ULONG* nRangeFlags); |
− | HRESULT put_RangeFlags([in] ULONG | + | HRESULT put_RangeFlags([in] ULONG nRangeFlags); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_BackgroundParams|IPXC_BackgroundParams]] |
Latest revision as of 02:20, 15 June 2015
Gets/sets the pages range flags.
Syntax
HRESULT get_RangeFlags([out, retval] ULONG* nRangeFlags); HRESULT put_RangeFlags([in] ULONG nRangeFlags);