IBarcodeSettings
Pdf417DataMode Property
|
Gets or sets data mode of Pdf417 barcode.
Namespace:
Spire.Barcode
Assembly:
Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
Pdf417DataMode Pdf417DataMode { get; set; }
Property Pdf417DataMode As Pdf417DataMode
Get
Set
property Pdf417DataMode Pdf417DataMode {
Pdf417DataMode get ();
void set (Pdf417DataMode value);
}
abstract Pdf417DataMode : Pdf417DataMode with get, set
Property Value
Type:
Pdf417DataMode
See Also