[]
The options of PDF417.
[TypeConverter(typeof(ar))]
public class PDF417Options : BarCodeOptionsBase, ICloneable
| Name | Description |
|---|---|
| PDF417Options() | Initializes a new instance of the C1.BarCode.PDF417 class. |
| PDF417Options(string) | Initializes a new instance of the C1.BarCode.PDF417 class. |
| Name | Description |
|---|---|
| Column | Gets or sets columns number for the barcode. |
| ErrorLevel | Gets or sets the error correction level for the barcode. |
| Row | Gets or sets row numbers for the barcode. |
| Type | Gets or set the PDF417 barcode's type. |
| Name | Description |
|---|---|
| AssignFrom(BarCodeOptionsBase) | Assigns (copies) properties from another BarCodeOptionsBase to the current object. |
| Clone() | Makes object copy |
| Reset() | Resets all properties to default values. |
| ResetEncoding() | |
| ShouldSerialize() | Indicates whether any property of this object has changed from its default value. |
| ShouldSerializeEncoding() | |
| ToString() |