IPXC_WatermarkParams::ImagePage Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_WatermarkParams::ImagePage Property}}
 
{{#customTitle:IPXC_WatermarkParams::ImagePage Property}}
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|ImagePage Property|property}}
+
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|ImagePage|property}}
 
+
  
 
Gets/sets the page number from the image file that 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 ==
[[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