Search
BarcodeNodeExtensions.Format(T) Method
See Also
 





Sets the barcode format.

Namespace: MindFusion.Diagramming.Fluent
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static T Format<T> (
    T barcodeNode,
    BarcodeFormat value
) where T : BarcodeNode

Visual Basic  Copy Code

Public Shared Function Format(Of T As BarcodeNode) ( _
    barcodeNode As T, _
    value As BarcodeFormat _
) As T

 Parameters

barcodeNode

value

 Return Value

 See Also