VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode Namespace / WriterSettings Class / Value Property
Syntax Remarks Requirements SeeAlso
In This Topic
Value Property (WriterSettings)
In This Topic
Gets or sets the value of the barcode.
Syntax
'Declaration

<CategoryAttribute("Barcode")>
<DefaultValueAttribute("")>
<DescriptionAttribute("Value of the barcode to be created.")>
Public Property Value As String

[Category("Barcode")]
[DefaultValue("")]
[Description("Value of the barcode to be created.")]
public string Value { get; set; }

Remarks

Barcode writer will optimize this value to reduce matrix size if 2D barcode must be generated. Use ValueItems property if optimization must be disabled.

Requirements

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

See Also