Click or drag to resize
SignDocRenderParametersgetDecorationState Method
Get a value set by setDecorationState().

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public DecorationState getDecorationState(
	string name
)

Parameters

name
Type: SystemString
The name of the field.

Return Value

Type: DecorationState
#ds_auto, #ds_empty, #ds_ok, #ds_problem, or #ds_broken. For fields for which setDecorationState() has not been called, #ds_auto will be returned.
See Also