Click or drag to resize
SignDocRenderParameterssetDecorationState Method
Set the decoration state for a single signature in a PDF document. This function does not check whether the field exists. The decorations set by this function are ignored unless setDecorations(true) is in effect. #ds_auto will be assumed for all fields for which setDecorationState() has not been called. Any values set with this function will be ignored for rendering TIFF documents.

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

Parameters

name
Type: SystemString
The name of the field.
decorationState
Type: de.softpro.signdocsdk.Enums.ERenderParametersDecorationState
The decoration state: Auto, Empty, Ok, Problem, or Broken.

Return Value

Type: Boolean
true iff successful.
See Also