'Declaration <DefaultValueAttribute("")> <CategoryAttribute("Barcode Printable Value")> <DescriptionAttribute("Text that must be printed under barcode.")> Public Property PrintableValue As String
[DefaultValue("")] [Category("Barcode Printable Value")] [Description("Text that must be printed under barcode.")] public string PrintableValue { get; set; }
[DefaultValue("")] [Category("Barcode Printable Value")] [Description("Text that must be printed under barcode.")] public: __property string* get_PrintableValue(); public: __property void set_PrintableValue(
string* value
);
[DefaultValue("")] [Category("Barcode Printable Value")] [Description("Text that must be printed under barcode.")] public:
property string^ PrintableValue { string^ get(); void set(string^ value); }
Property Value
null - генератор штрих-кодов будет печатать значение свойства Value под штрих-кодом;
не null - генератор штрих-кодов будет печатать значение этого свойства под штрих-кодом.
не null - генератор штрих-кодов будет печатать значение этого свойства под штрих-кодом.