Click or drag to resize
SignDocFieldsetType Method
Set the type of the field. The default value is #t_unknown. Calling this function may affect the border color, see setBorderColor().

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public void setType(
	FieldType type
)

Parameters

type
Type: de.softpro.signdocsdk.Enums.EFieldFieldType
The type of the field.
See Also