Click or drag to resize

ContactInfo Constructor (ContactFormat, String, String)

Initializes a new instance of the ContactInfo class.

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

Parameters

format
Type: Opait.Barcode.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