SnapBarCode.GetGenerator() Method
In This Article
Returns the SnapBarCode‘s generator that specifies the bar code type.
Namespace: DevExpress.Snap.Core.API
Assembly: DevExpress.Snap.v21.2.Core.dll
NuGet Package: DevExpress.Snap.Core
#Declaration
BarCodeGeneratorBase GetGenerator()
#Returns
Type | Description |
---|---|
Bar |
A Bar |
See Also