Click or drag to resize

ContactInfo Constructor (ContactFormat, String, String)

Initializes a new instance of the ContactInfo class.

Namespace:  Opait.Barcoder.QRCode
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
public ContactInfo(
	ContactFormat format,
	string firstName,
	string lastName
)

Parameters

format
Type: Opait.Barcoder.QRCodeContactFormat
The encoding format of the payload.
firstName
Type: SystemString
The first name of the contact.
lastName
Type: SystemString
The last name of the contact.
See Also