| 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void setType(
FieldType type
)
Public Sub setType (
type As FieldType
)
public:
void setType(
FieldType type
)
member setType :
type : FieldType -> unit
Parameters
- type
- Type: de.softpro.signdocsdk.Enums.EFieldFieldType
The type of the field.
See Also