Click or drag to resize
SignDocSignatureParameterssetColor Method
Set a color parameter.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public void setColor(
	ColorParameter name,
	ISignDocColor color
)

Parameters

name
Type: de.softpro.signdocsdk.Enums.ESignatureParametersColorParameter
The name of the parameter (case-sensitive).
color
Type: de.softpro.signdocsdkISignDocColor
The value of the parameter.
Remarks
Available color parameters are:
  • SignatureColor - The foreground color for the rendered signature (see integer parameter "RenderSignature"). The default color is black.
  • TextColor - The color to be used for text in the appearance of a DigSig signature field in a PDF document.If this parameter is not set, the color will be taken from the field's text field attributes.If the field doesn't have text field attributes, the document's text field attributes will be used.If this also fails, the text will be black. See also string parameter "FontName", length parameter "FontSize", and blob parameter "Template".
See Also