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.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public void setType(
	FieldType type
)

Parameters

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