Gets or sets the text or numeric code that should be represented as barcode symbol.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public string Content { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Content As String |
A string representing the barcode content.
See Also