'Declaration <DefaultValueAttribute(Undefined)> <DescriptionAttribute("QR data encoding mode. Default value is Undefined (data stream optimized automatically).")> <CategoryAttribute("QR Code")> Public Property QREncodingMode As Vintasoft.Barcode.BarcodeInfo.QREncodingMode
[DefaultValue(Undefined)] [Description("QR data encoding mode. Default value is Undefined (data stream optimized automatically).")] [Category("QR Code")] public Vintasoft.Barcode.BarcodeInfo.QREncodingMode QREncodingMode { get; set; }
[DefaultValue(Undefined)] [Description("QR data encoding mode. Default value is Undefined (data stream optimized automatically).")] [Category("QR Code")] public: __property Vintasoft.Barcode.BarcodeInfo.QREncodingMode get_QREncodingMode(); public: __property void set_QREncodingMode(
Vintasoft.Barcode.BarcodeInfo.QREncodingMode value
);
[DefaultValue(Undefined)] [Description("QR data encoding mode. Default value is Undefined (data stream optimized automatically).")] [Category("QR Code")] public:
property Vintasoft.Barcode.BarcodeInfo.QREncodingMode QREncodingMode { Vintasoft.Barcode.BarcodeInfo.QREncodingMode get(); void set(Vintasoft.Barcode.BarcodeInfo.QREncodingMode value); }
Property Value
Значение по умолчанию: QREncodingMode.Undefined.