Search
BarcodeNodeExtensions.Content(T) Method
See Also
 





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

Namespace: MindFusion.Diagramming.Fluent
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static T Content<T> (
    T barcodeNode,
    string value
) where T : BarcodeNode

Visual Basic  Copy Code

Public Shared Function Content(Of T As BarcodeNode) ( _
    barcodeNode As T, _
    value As String _
) As T

 Parameters

barcodeNode

value

 Return Value

 See Also