Gets or sets the text or numeric code that should be represented as barcode symbol.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public string Content { get; set; } |
Visual Basic Copy Code |
---|
Public Property Content As String |
A string containing the barcode's content.
For 1D code formats, the string should contain only digits representing the code's numerical value. The control will automatically calculate the last check-digit if it's not set. If the string contains a check-digit at expected position, the control will consider its value to be valid without verifying it.