Search
BarcodeNode.Content Property
See Also
 





Gets or sets the text or numeric code that should be represented as barcode symbol.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string Content { get; set; }

Visual Basic  Copy Code

Public Property Content As String

 Property Value

A string containing the barcode's content.

 Remarks

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.

 See Also