'Declaration <DescriptionAttribute("Code128 data encoding mode. Default value is Undefined (encoding mode calculated automatically).")> <DefaultValueAttribute(Undefined)> <CategoryAttribute("1D Barcodes")> Public Property Code128EncodingMode As Vintasoft.Barcode.BarcodeInfo.Code128EncodingMode
[Description("Code128 data encoding mode. Default value is Undefined (encoding mode calculated automatically).")] [DefaultValue(Undefined)] [Category("1D Barcodes")] public Vintasoft.Barcode.BarcodeInfo.Code128EncodingMode Code128EncodingMode { get; set; }
[Description("Code128 data encoding mode. Default value is Undefined (encoding mode calculated automatically).")] [DefaultValue(Undefined)] [Category("1D Barcodes")] public: __property Vintasoft.Barcode.BarcodeInfo.Code128EncodingMode get_Code128EncodingMode(); public: __property void set_Code128EncodingMode(
Vintasoft.Barcode.BarcodeInfo.Code128EncodingMode value
);
[Description("Code128 data encoding mode. Default value is Undefined (encoding mode calculated automatically).")] [DefaultValue(Undefined)] [Category("1D Barcodes")] public:
property Vintasoft.Barcode.BarcodeInfo.Code128EncodingMode Code128EncodingMode { Vintasoft.Barcode.BarcodeInfo.Code128EncodingMode get(); void set(Vintasoft.Barcode.BarcodeInfo.Code128EncodingMode value); }
Property Value
Значение по умолчанию: Code128EncodingMode.Undefined (режим кодирования рассчитывается автоматически).