[Category("Appearance")] [DefaultValue(True)] [Description("A value indicating whether the barcode object size must be automatically updated when the barcode field appearance is generated.")] public bool AutoUpdateBarcodeSize { get; set; }
[Category("Appearance")] [DefaultValue(True)] [Description("A value indicating whether the barcode object size must be automatically updated when the barcode field appearance is generated.")] public: __property bool get_AutoUpdateBarcodeSize(); public: __property void set_AutoUpdateBarcodeSize(
bool value
);
[Category("Appearance")] [DefaultValue(True)] [Description("A value indicating whether the barcode object size must be automatically updated when the barcode field appearance is generated.")] public:
property bool AutoUpdateBarcodeSize { bool get(); void set(bool value); }
'Declaration <CategoryAttribute("Appearance")> <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether the barcode object size must be automatically updated when the barcode field appearance is generated.")> Public Property AutoUpdateBarcodeSize As Boolean
Property Value
True, если размер объекта штрих-кода должен автоматически обновляться при создании внешнего вида поля штрих-кода; в противном случае - false.
Значение по умолчанию - true.
Значение по умолчанию - true.