IPXC_WatermarkParams::VOffset Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 4: | Line 4: | ||
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|VOffset|property}} | {{#parentPage:PXV:IPXC_WatermarkParams#Properties|VOffset|property}} | ||
− | Gets/sets the vertical offset of the watermark on page. | + | Gets/sets the vertical offset of the watermark on page in points from the chosen [[PXV:IPXC_WatermarkParams_VAlign|VAlign]]. |
== Syntax == | == Syntax == |
Latest revision as of 04:45, 16 March 2017
Gets/sets the vertical offset of the watermark on page in points from the chosen VAlign.
Syntax
HRESULT get_VOffset([out, retval] float* nVOffset); HRESULT put_VOffset([in] float nVOffset);