VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormBarcodeField Class / AutoUpdateBarcodeSize Property
Syntax Requirements SeeAlso
In This Topic
    AutoUpdateBarcodeSize Property (PdfInteractiveFormBarcodeField)
    In This Topic
    Gets or sets a value indicating whether the barcode object size must be automatically updated when the barcode field appearance is generated.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(True)>
    <CategoryAttribute("Appearance")>
    <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
    
    
    [DefaultValue(True)]
    [Category("Appearance")]
    [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; }
    
    
    [DefaultValue(True)]
    [Category("Appearance")]
    [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
    );
    [DefaultValue(True)]
    [Category("Appearance")]
    [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); }

    Property Value

    True if barcode object size must be automatically updated when the barcode field appearance is generated; otherwise, false.
    Default value is true.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also