'Declaration <DefaultValueAttribute(False)> <CategoryAttribute("Barcode Printable Value")> <DescriptionAttribute("Barcode writer adds 2D barcodes value string to the barcode image.")> Public Property Value2DVisible As Boolean
[DefaultValue(False)] [Category("Barcode Printable Value")] [Description("Barcode writer adds 2D barcodes value string to the barcode image.")] public bool Value2DVisible { get; set; }
[DefaultValue(False)] [Category("Barcode Printable Value")] [Description("Barcode writer adds 2D barcodes value string to the barcode image.")] public: __property bool get_Value2DVisible(); public: __property void set_Value2DVisible(
bool value
);
[DefaultValue(False)] [Category("Barcode Printable Value")] [Description("Barcode writer adds 2D barcodes value string to the barcode image.")] public:
property bool Value2DVisible { bool get(); void set(bool value); }
Property Value
Default value is false.