IPXC_WatermarkParams::Start Property

From PDF XChange PDF SDK
Jump to: navigation, search
 
(6 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_WatermarkParams::Start Property}}
 
{{#customTitle:IPXC_WatermarkParams::Start Property}}
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|Start Property|property}}
+
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|Start|property}}
  
 
+
Gets/sets the start of the pages range where the watermark will be placed.<br />
Gets/sets the start of the pages range where the watermark will be placed.
+
This property is not used in the [[PXV:IPXC_Document_PlaceWatermark|PlaceWatermark]] method.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Start([out, retval]  LONG*  pStart);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Start([out, retval]  LONG*  nStart);
HRESULT put_Start([in]  LONG  pStart);
+
HRESULT put_Start([in]  LONG  nStart);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]].
+
[[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]]

Latest revision as of 03:00, 16 March 2017

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

Syntax

HRESULT get_Start([out, retval]  LONG*  nStart);
HRESULT put_Start([in]  LONG  nStart);

See Also

IPXC_WatermarkParams