'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 if barcode object size must be automatically updated when the barcode field appearance is generated; otherwise, false.
Default value is true.
Default value is true.