[]
Specifies the barcode parameters: direction, text alignment, etc.
[C1ClassSerialization(true)]
public class BarcodeOptions : ICloneable, INotify
| Name | Description |
|---|---|
| BarcodeOptions() | Initialize a new instance of the BarcodeOptions class. |
| Name | Description |
|---|---|
| BarDirection | 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 vertical position of caption relative to 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 C1.BarCode.Code49Options object specifying additional options for Code49 barcodes. |
| DataMatrix | Gets or sets a C1.BarCode.DataMatrixOptions object specifying additional options for DataMatrix barcodes. |
| GS1Composite | Gets or sets a C1.BarCode.GS1CompositeOptions object specifying additional options for composite barcodes. |
| MicroPDF417 | Gets or sets a C1.BarCode.MicroPDF417Options object specifying additional options for MicroPDF417 barcodes. |
| PDF417 | Gets or sets a C1.BarCode.PDF417Options object specifying additional options for PDF417 barcodes. |
| QRCode | Gets or sets a C1.BarCode.QRCodeOptions object specifying additional options for QR barcodes. |
| RssExpandedStacked | Gets or sets a C1.BarCode.RssExpandedStackedOptions object specifying additional options for RSS expanded stacked barcodes. |
| SizeOptions | Gets or sets a BarcodeSizeOptions object which specifies options affecting the size of the barcode. |
| 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) | Assigns (copies) properties from another BarcodeOptions to the current object. |
| Clone() | Creates a clone of the current object. |