  | PayloadType Enumeration | 
 
            Describes the payload types for QR-Codes.
            
 
    Namespace: 
   Opait.Barcoder.QRCode
    Assembly:
   Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Bookmark | 0 | 
            Content represents a bookmark with title and link.
             | 
 | CalendarEvent | 1 | 
            Content represents a calendar event.
             | 
 | ContactInfo | 2 | 
            Content represents contact information.
             | 
 | GeoLocation | 3 | 
            Content refers to a geographic location with latitude and longitude.
             | 
 | Email | 4 | 
            Content represents an email message.
             | 
 | PhoneNumber | 5 | 
            Content represents a phone number.
             | 
 | SMS | 6 | 
            Content represents an SMS message.
             | 
 | Text | 7 | 
            Content has free text with no additional structure.
             | 
 | URL | 8 | 
            Content represents a URL link.
             | 
 | WiFi | 9 | 
            Contents represents the parameters of a WiFi network.
             | 
See Also