| SignDocSignatureParametersgetStateCol Method |
Get the status of a parameter.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic int getStateCol(
ColorParameter name
)
Public Function getStateCol (
name As ColorParameter
) As Integer
public:
int getStateCol(
ColorParameter name
)
member getStateCol :
name : ColorParameter -> int
Parameters
- name
- Type: de.softpro.signdocsdk.Enums.ESignatureParametersColorParameter
The name of the parameter (case-sensitive).
Return Value
Type:
Int32The status of the parameter.
See Also