IPXC_WatermarkParams::StrokeColor Property
From PDF XChange PDF SDK
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 02: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);