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