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