IPXC_WatermarkParams::Start Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|Start|property}} | {{#parentPage:PXV:IPXC_WatermarkParams#Properties|Start|property}} | ||
− | Gets/sets the start of the pages range where the watermark will be placed. | + | Gets/sets the start 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 == |
Latest revision as of 02: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);