BarcodeSettings
Pdf417ECL Property
|
Error correction level of pdf417 Barcode.
Namespace:
Spire.Barcode
Assembly:
Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public Pdf417ECL Pdf417ECL { get; set; }
Public Property Pdf417ECL As Pdf417ECL
Get
Set
public:
virtual property Pdf417ECL Pdf417ECL {
Pdf417ECL get () sealed;
void set (Pdf417ECL value) sealed;
}
abstract Pdf417ECL : Pdf417ECL with get, set
override Pdf417ECL : Pdf417ECL with get, set
Property Value
Type:
Pdf417ECL
Implements
IBarcodeSettings
Pdf417ECL
See Also