South Africa DL Barcode Result

Defined in namespace Scandit.DataCapture.ID.Data

SouthAfricaDlBarcodeResult
class SouthAfricaDlBarcodeResult

Added in version 6.9.0

Information obtained from the PDF417 barcode present on the back of a South Africa Driver’s License specific to this kind of document.

Version
int Version { get; }

Added in version 6.9.0

The version of the barcode.

LicenseCountryOfIssue
string LicenseCountryOfIssue { get; }

Added in version 6.9.0

The name of the country, where the Driver’s License was issued.

PersonalIdNumber
string PersonalIdNumber { get; }

Added in version 6.9.0

The personal ID number of this Driver’s License holder.

PersonalIdNumberType
string PersonalIdNumberType { get; }

Added in version 6.9.0

The kind of personal ID number used - “02” means the number of the South Africa ID card.

DocumentCopy
int DocumentCopy { get; }

Added in version 6.9.0

Identifies if this document has been duplicated, starting from 1.

ProfessionalDrivingPermit
ProfessionalDrivingPermit ProfessionalDrivingPermit { get; }

Added in version 6.9.0

Whether the holder of this License is allowed to transport goods, dangerous goods or passengers for an income.

VehicleRestrictions
IList<VehicleRestriction> VehicleRestrictions { get; }

Added in version 6.9.0

The categories of motor vehicles that the holder of this License is permitted to drive.

DriverRestrictionCodes
IList<int> DriverRestrictionCodes { get; }

Added in version 6.9.0

The driver restriction codes. Empty array means that there is no restrictions. Number 1 stands for glasses/contact lenses. Number 2 stands for artificial limbs.

ProfessionalDrivingPermit
class ProfessionalDrivingPermit

Added in version 6.9.0

The professional driving permit (PrDP) of the Driver’s License holder.

DateOfExpiry
DateResult DateOfExpiry { get; }

Added in version 6.9.0

The date when this permit expires.

Codes
IList<string> Codes { get; }

Added in version 6.9.0

The categories of the permit. Check the information printed on the Driver’s License for the list of valid PrDP categories.

VehicleRestriction
class VehicleRestriction

Added in version 6.9.0

Code
string Code { get; }

Added in version 6.9.0

The category of motor vehicle the Driver’s License is valid for. Check the information printed on the Driver’s License for the list of valid codes.

Restriction
string Restriction { get; }

Added in version 6.9.0

The restriction that applies to the motor vehicle category. Check the information printed on the Driver’s License for the list of possible restrictions.

DateOfIssue
DateResult DateOfIssue { get; }

Added in version 6.9.0

The date when this vehicle restriction starts to apply.