IdentificationSex Enumeration |
This enumeration represents the gender of a card holder on an identification card.
Namespace:
EasyScriptAPI
Assembly:
EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax public enum IdentificationSex
Public Enumeration IdentificationSex
public enum class IdentificationSex
Members
| Member name | Value | Description |
---|
| MALE | 0 |
Male gender
|
| FEMALE | 1 |
Female gender
|
See Also