[]
Represents the PDF417 barcode's particular information.
public class PDF417Options : BarCodeOptionsBase, ICloneable
| Name | Description |
|---|---|
| PDF417Options() | Initializes a new instance of the PDF417Options class. |
| PDF417Options(string) | Initializes a new instance of the PDF417Options class. |
| Name | Description |
|---|---|
| Column | Gets or sets column numbers for the barcode. |
| EncodingCodePage | Design-time property to specify encoding in designer. |
| ErrorLevel | Gets or sets the error correction level for the barcode. |
| Row | Gets or sets row numbers for the barcode. |
| Type | Gets or sets the PDF417 barcode's type. |
| Name | Description |
|---|---|
| Clone() | Creates a new object that is a copy of the current instance. |
| ToString() | Returns a string that represents this instance. |