Aptivi - Manual
ProjectsWebsiteBlog
VisualCard - Manual
VisualCard - Manual
  • Welcome!
  • Breaking Changes
  • Usage
    • How to use
      • Card Parts
      • Calendar Parts
      • Property Management
      • Parsers
        • Recurrence Rules
        • Date/Time Tools
        • Durations and Periods
    • Extra Features
      • Card Conversion
      • Card Generation
      • Social Media URIs
      • QR Code Generation
    • How it works
  • Report an issue
  • Source code
  • API Reference
Powered by GitBook
On this page
Edit on GitHub
  1. Usage
  2. Extra Features

QR Code Generation

Generating QR code for your contacts or your calendars?

Last updated 2 months ago

If you want to generate QR code for your contacts or your calendars, you can use one of the VisualCard.Extras features to facilitate this task. The class required to generate QR codes, QrCodeGenerator, allows you to perform the following operations:

  • SaveQrCode(): Saves the QR code of a card instance, a calendar instance, or a MeCard string representation to a byte array representing the PNG image.

  • ExportQrCode(): Exports the QR code of a card instance, a calendar instance, or a MeCard string representation to a .qrr file containing QR code data that can be used by any other application using .

QrCoder