BarcodeGeneratorInput Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Barcode Generator
public class BarcodeGeneratorInput
type BarcodeGeneratorInput = class
Public Class BarcodeGeneratorInput
- Inheritance
-
BarcodeGeneratorInput
Constructors
| Name | Description |
|---|---|
| BarcodeGeneratorInput() | |
Properties
| Name | Description |
|---|---|
| Async |
Set async to true for long processes to run in the background, API will then return a jobId which you can use with JobCheck Module to check the status of the process and retrieve the output while you can proceed with other tasks without waiting for this process to finish. |
| DecorationImage |
Set this to the image that you want to be inserted the logo inside the QR-Code barcode. |
| Expiration |
Set the expiration time for the output link in minutes (default is 60 i.e 60 minutes or 1 hour), After this specified duration, any generated output file(s) will be automatically deleted from PDF.co temporary files storage. The maximum duration for link expiration varies based on your current subscription plan. |
| Name |
Set async to true for long processes to run in the background, API will then return a jobId which you can use with /job/check endpoint to check the status of the process and retrieve the output while you can proceed with other tasks without waiting for this process to finish. |
| Profiles |
Use this parameter to set additional configurations for fine-tuning and extra options. Explore PDF.co Knowledgebase https://developer.pdf.co/api/profiles/index.html for profile examples |
| Type |
Set the barcode type, QRCode By default. |
| Value |
Set the string value to encode inside the barcode. |