'Declaration <DescriptionAttribute("A value indicating whether the barcode object size must be automatically updated when the barcode field appearance is generated.")> <CategoryAttribute("Appearance")> <DefaultValueAttribute(True)> 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.")] [Category("Appearance")] [DefaultValue(True)] 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.")] [Category("Appearance")] [DefaultValue(True)] 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.")] [Category("Appearance")] [DefaultValue(True)] 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.