IPXC_WatermarkParams::ImagePage Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_WatermarkParams::ImagePage Property}}
 
{{#customTitle:IPXC_WatermarkParams::ImagePage Property}}
{{#parentPage:PXV:IPXC_WatermarkParams|ImagePage Property|property}}
+
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|ImagePage|property}}
{{ToReview}}
+
  
Gets/sets the page number from the image file which will be used as watermark source.
+
Gets/sets the page number from the image file that will be used as watermark source.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ImagePage([out, retval]  ULONG*  pPageNum);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ImagePage([out, retval]  ULONG*  nPageNum);
HRESULT put_ImagePage([in]  ULONG  pPageNum);
+
HRESULT put_ImagePage([in]  ULONG  nPageNum);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]].
+
[[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]]

Latest revision as of 03:39, 15 June 2015

Gets/sets the page number from the image file that will be used as watermark source.

Syntax

HRESULT get_ImagePage([out, retval]  ULONG*  nPageNum);
HRESULT put_ImagePage([in]  ULONG  nPageNum);

See Also

IPXC_WatermarkParams