[]
The request data of generating the barcode.
public class BarCodeRequest : ExportSource
| Name | Description |
|---|---|
| BarCodeRequest() | Creates a new instance of the BarCodeRequest. |
| Name | Description |
|---|---|
| AdditionalNumber | Additional number for supplemental barcodes |
| BackColor | Gets or sets the background color for the barcode image. |
| BarDirection | Direction of the barcode. |
| BarHeight | The height of the bars in screen pixels. |
| BarWidth | The width of the bars in screen pixels. If set to 0, the width is calculated automatically. |
| CaptionAlignment | Barcode caption alignment relative to the barcode symbol |
| CaptionGrouping | Draw separated caption for certain barcodes (EAN 8/13, UPC-A/E). |
| CaptionPosition | Barcode caption position relative to the barcode symbol |
| CheckSumEnabled | Gets or sets a value indicating whether a checksum of the barcode will be computed and included in the barcode when applicable. |
| Code25intlvOptions | Code25Intlv options. |
| Code49Options | Code49 options. |
| CodeType | The type of encoding to use when generating the barcode image. |
| DataMatrixOptions | DataMatrix options. |
| Ean128Fnc1Options | Update EAN128FNC1 options. |
| Font | Gets or sets the font of the text. |
| ForeColor | Gets or sets the foreground color for the barcode image. |
| GS1CompositeOptions | GS1Composite options. |
| MicroPDF417Options | MicroPDF417 options. |
| ModuleSize | Width of the narrow bar in screen pixels. The default value is one screen pixel wide (1/96"). |
| PDF417Options | PDF417 options. |
| QRCodeOptions | QRCode options. |
| QuietZone | A quiet zone is an area of blank space on either side of a barcode that tells the scanner where the symbology starts and stops. |
| RssExpandedStackedOptions | RSSExpandedStacked options. |
| Text | Gets or sets the value that is encoded as a barcode image. |
| TextFixedLength | Fixed number of digits of values of barcode. |