IPXC_WatermarkParams::End Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(2 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|End|property}}
 
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|End|property}}
  
Gets/sets the end of the pages range where the watermark will be placed.
+
Gets/sets the end of the pages range where the watermark will be placed.<br />
 +
This property is not used in the [[PXV:IPXC_Document_PlaceWatermark|PlaceWatermark]] method.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_End([out, retval]  LONG*  End);
+
<pre class="brush:cpp;gutter:false">HRESULT get_End([out, retval]  LONG*  nEnd);
HRESULT put_End([in]  LONG  End);
+
HRESULT put_End([in]  LONG  nEnd);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]]
 
[[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]]

Latest revision as of 02:59, 16 March 2017

Gets/sets the end of the pages range where the watermark will be placed.
This property is not used in the PlaceWatermark method.

Syntax

HRESULT get_End([out, retval]  LONG*  nEnd);
HRESULT put_End([in]  LONG  nEnd);

See Also

IPXC_WatermarkParams