IPXC_WatermarkParams::UnderlineMode Property

From PDF XChange PDF SDK
Jump to: navigation, search

Gets/sets the watermark's text underline mode. The possible values are:

  • 0 - No underline
  • 1 - Solid underline

Syntax

HRESULT get_UnderlineMode([out, retval]  ULONG*  nUnderline);
HRESULT put_UnderlineMode([in]  ULONG  nUnderline);

See Also

IPXC_WatermarkParams