Gets or sets the barcode content.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
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