'Declaration <CategoryAttribute("Barcode Printable Value")> <DefaultValueAttribute(0)> <DescriptionAttribute("Amount of gap between the text and the barcode when creating a barcode, in pixels.")> Public Property ValueGap As Integer
[Category("Barcode Printable Value")] [DefaultValue(0)] [Description("Amount of gap between the text and the barcode when creating a barcode, in pixels.")] public int ValueGap { get; set; }
[Category("Barcode Printable Value")] [DefaultValue(0)] [Description("Amount of gap between the text and the barcode when creating a barcode, in pixels.")] public: __property int get_ValueGap(); public: __property void set_ValueGap(
int value
);
[Category("Barcode Printable Value")] [DefaultValue(0)] [Description("Amount of gap between the text and the barcode when creating a barcode, in pixels.")] public:
property int ValueGap { int get(); void set(int value); }
Property Value
Значение по умолчанию: 0.