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