'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("Barcode writer adds 2D barcodes value string to the barcode image.")> <CategoryAttribute("Barcode Printable Value")> Public Property Value2DVisible As Boolean
[DefaultValue(False)] [Description("Barcode writer adds 2D barcodes value string to the barcode image.")] [Category("Barcode Printable Value")] public bool Value2DVisible { get; set; }
[DefaultValue(False)] [Description("Barcode writer adds 2D barcodes value string to the barcode image.")] [Category("Barcode Printable Value")] public: __property bool get_Value2DVisible(); public: __property void set_Value2DVisible(
bool value
);
[DefaultValue(False)] [Description("Barcode writer adds 2D barcodes value string to the barcode image.")] [Category("Barcode Printable Value")] public:
property bool Value2DVisible { bool get(); void set(bool value); }
Property Value
Значение по умолчанию false.