Skip to main content
A newer version of this page is available.

SnapBarCode.SetGenerator(BarCodeGeneratorBase) Method

Assigns a generator that specifies the bar code type to the SnapBarCode.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

void SetGenerator(
    BarCodeGeneratorBase value
)

Parameters

Name Type Description
value BarCodeGeneratorBase

A BarCodeGeneratorBase descendant, specifying the bar code generator type.

See Also