VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormBarcodeField Class / AutoUpdateBarcodeSize Property
Синтаксис Требования Смотрите также
В этом разделе
    AutoUpdateBarcodeSize Свойство (PdfInteractiveFormBarcodeField)
    В этом разделе
    Возвращает или задает значение, указывающее, является ли Размер объекта штрих-кода должен автоматически обновляться при создании внешнего вида поля штрих-кода.
    Синтаксис
    '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.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также