| SignDocFieldgetEmptyFieldColor Method |
Get the color used for empty signature field in TIFF document.
The default value is white.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic ISignDocColor getEmptyFieldColor()
Public Function getEmptyFieldColor As ISignDocColor
public:
ISignDocColor^ getEmptyFieldColor()
member getEmptyFieldColor : unit -> ISignDocColor
Return Value
Type:
ISignDocColorThe color used for empty signature field in TIFF document. The return value is not defined for other cases.
See Also