BarCodeControl
DataMatrixSymbolShape Property
|
Gets or sets a value specifies the symbol shape hint for DataMatrix barcode. the default is Auto.
Namespace:
Spire.Barcode.Forms
Assembly:
Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public DataMatrixSymbolShape DataMatrixSymbolShape { get; set; }
Public Property DataMatrixSymbolShape As DataMatrixSymbolShape
Get
Set
public:
virtual property DataMatrixSymbolShape DataMatrixSymbolShape {
DataMatrixSymbolShape get () sealed;
void set (DataMatrixSymbolShape value) sealed;
}
abstract DataMatrixSymbolShape : DataMatrixSymbolShape with get, set
override DataMatrixSymbolShape : DataMatrixSymbolShape with get, set
Property Value
Type:
DataMatrixSymbolShape
Implements
IBarcodeSettings
DataMatrixSymbolShape
See Also