'Declaration <DescriptionAttribute("Text that must be printed under barcode.")> <DefaultValueAttribute("")> <CategoryAttribute("Barcode Printable Value")> Public Property PrintableValue As String
[Description("Text that must be printed under barcode.")] [DefaultValue("")] [Category("Barcode Printable Value")] public string PrintableValue { get; set; }
[Description("Text that must be printed under barcode.")] [DefaultValue("")] [Category("Barcode Printable Value")] public: __property string* get_PrintableValue(); public: __property void set_PrintableValue(
string* value
);
[Description("Text that must be printed under barcode.")] [DefaultValue("")] [Category("Barcode Printable Value")] public:
property string^ PrintableValue { string^ get(); void set(string^ value); }
Property Value
null - barcode writer will print value of Value property under barcode;
not null - barcode writer will print value of this property under barcode.
not null - barcode writer will print value of this property under barcode.