IPXC_WatermarkParams::StrokeColor Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 4: Line 4:
 
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|StrokeColor|property}}
 
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|StrokeColor|property}}
  
Gets/sets the stroke color of the watermark's text.
+
Gets/sets the [[PXV:IColor|stroke color]] of the watermark's text.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 03:43, 16 March 2017

Gets/sets the stroke color of the watermark's text.

Syntax

HRESULT get_StrokeColor([out, retval]  IColor**  pColor);
HRESULT put_StrokeColor([in]  IColor*  pColor);

See Also

IPXC_WatermarkParams