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