IPXC_BackgroundParams::End Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_BackgroundParams::End Property}} | {{#customTitle:IPXC_BackgroundParams::End Property}} | ||
− | {{#parentPage:PXV:IPXC_BackgroundParams|End | + | {{#parentPage:PXV:IPXC_BackgroundParams#Properties|End|property}} |
− | + | ||
Gets/sets the end of the pages range where the background will be placed. | Gets/sets the end of the pages range where the background will be placed. | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_End([out, retval] LONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_End([out, retval] LONG* nEnd); |
− | HRESULT put_End([in] LONG | + | HRESULT put_End([in] LONG nEnd); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXC_BackgroundParams|IPXC_BackgroundParams]] | + | [[PXV:IPXC_BackgroundParams|IPXC_BackgroundParams]] |
Latest revision as of 02:20, 15 June 2015
Gets/sets the end of the pages range where the background will be placed.
Syntax
HRESULT get_End([out, retval] LONG* nEnd); HRESULT put_End([in] LONG nEnd);