IPXC_WatermarkParams::VAlign Property

From PDF XChange PDF SDK
Jump to: navigation, search
Line 4: Line 4:
 
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|VAlign|property}}
 
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|VAlign|property}}
  
Gets/sets the vertical align of the watermark on page. The vertical align will be used in the offset calculation. Possible values are:
+
Gets/sets the vertical align of the watermark on page. The vertical align will be used in the offset calculation. The offset will be calculated from the:
* '''0''' - Top
+
* '''0''' - Page's Top
* '''1''' - Center
+
* '''1''' - Page's Center
* '''2''' - Bottom
+
* '''2''' - Page's Bottom
  
 
== Syntax ==
 
== Syntax ==

Revision as of 06:00, 15 March 2017

Gets/sets the vertical align of the watermark on page. The vertical align will be used in the offset calculation. The offset will be calculated from the:

  • 0 - Page's Top
  • 1 - Page's Center
  • 2 - Page's Bottom

Syntax

HRESULT get_VAlign([out, retval]  ULONG*  nVAlign);
HRESULT put_VAlign([in]  ULONG  nVAlign);

See Also

IPXC_WatermarkParams