'Declaration <DescriptionAttribute("Barcode writer processes the special symbols in barcode value.")> <DefaultValueAttribute(True)> <CategoryAttribute("Common")> Public Property ProcessSpecialSymbols As Boolean
[Description("Barcode writer processes the special symbols in barcode value.")] [DefaultValue(True)] [Category("Common")] public bool ProcessSpecialSymbols { get; set; }
[Description("Barcode writer processes the special symbols in barcode value.")] [DefaultValue(True)] [Category("Common")] public: __property bool get_ProcessSpecialSymbols(); public: __property void set_ProcessSpecialSymbols(
bool value
);
[Description("Barcode writer processes the special symbols in barcode value.")] [DefaultValue(True)] [Category("Common")] public:
property bool ProcessSpecialSymbols { bool get(); void set(bool value); }
Property Value
false - barcode writer does not process the special characters in barcode value;
true - barcode writer processes the special characters in barcode value.
Default value is true.
true - barcode writer processes the special characters in barcode value.
Default value is true.