IPXC_BackgroundParams::BackgroundPage Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(10 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_BackgroundParams::BackgroundPage Property}} | {{#customTitle:IPXC_BackgroundParams::BackgroundPage Property}} | ||
− | {{#parentPage:PXV:IPXC_BackgroundParams|property | + | {{#parentPage:PXV:IPXC_BackgroundParams#Properties|BackgroundPage|property}} |
− | + | ||
− | + | ||
− | Gets/sets the page from the file | + | Gets/sets the page from the file that will be used as background. |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_BackgroundPage([out, retval] ULONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_BackgroundPage([out, retval] ULONG* nPageNum); |
− | HRESULT put_BackgroundPage([in] ULONG | + | HRESULT put_BackgroundPage([in] ULONG nPageNum); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_BackgroundParams|IPXC_BackgroundParams]] |
Latest revision as of 02:20, 15 June 2015
Gets/sets the page from the file that will be used as background.
Syntax
HRESULT get_BackgroundPage([out, retval] ULONG* nPageNum); HRESULT put_BackgroundPage([in] ULONG nPageNum);