[]
Represents additional barcode options.
public class BarcodeOptions
Public Class BarcodeOptions
| Name | Description |
|---|---|
| BarcodeOptions() | Initialize a new instance of the BarcodeOptions class. |
| Name | Description |
|---|---|
| BarCodeDirection | Gets or sets the direction of the barcode. |
| CaptionGrouping | Gets or sets a value indicating whether to split the caption text into groups for barcode types that support it. |
| CaptionPosition | Gets or sets the caption's position relative to the barcode. |
| CheckSumEnabled | Gets or sets a value indicating whether a checksum of the barcode will be computed and included in the barcode when applicable. |
| Code49 | Gets or sets a Code49Options object specifying additional options for Code49 barcodes. |
| DataMatrix | Gets or sets a DataMatrixOptions object specifying additional options for DataMatrix barcodes. |
| GS1Composite | Gets or sets a GS1CompositeOptions object specifying additional options for composite barcodes. |
| MicroPDF417 | Gets or sets a MicroPDF417Options object specifying additional options for MicroPDF417 barcodes. |
| PDF417 | Gets or sets a PDF417Options object specifying additional options for PDF417 barcodes. |
| QRCode | Gets or sets a QRCodeOptions object specifying additional options for QR barcodes. |
| QuietZone | Gets or sets a QuietZone object that specifies the amount of blank space around a barcode. |
| RssExpandedStacked | Gets or sets a RssExpandedStackedOptions object specifying additional options for RSS expanded stacked barcodes. |
| SizeOptions | Gets or sets a BarcodeSizeOptions object which specifies options determining the size of a barcode and its parts. |
| SupplementNumber | Gets or sets the supplement for the barcode data, supplement is 2/5 digit for EAN/UPC symbologies. |
| TextAlign | Gets or sets the caption text alignment. |
| Name | Description |
|---|---|
| AssignFrom(BarcodeOptions) | Copies properties from another BarcodeOptions to the current object. |
| Clone() | Creates a clone of the current object. |
| Reset() | Resets all properties to their default values. |
| ShouldSerialize() | Indicates whether any property of this object has changed from its default value. |
| ToString() | Returns a string that represents the current object. |