Search
BarcodeNode.Format Property
See Also
 





Gets or sets the barcode format.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public BarcodeFormat Format { get; set; }

Visual Basic  Copy Code

Public Property Format As BarcodeFormat

 Property Value

A member of the BarcodeFormat enumeration. The default value is QR.

 See Also