Back to Devexpress

BarCodeOptions.DataBar Property

officefileapi-devexpress-dot-barcodes-dot-barcodeoptions-9ee1bd64.md

latest1.4 KB
Original Source

BarCodeOptions.DataBar Property

Provides access to options specific to this type of bar code (symbology).

Namespace : DevExpress.BarCodes

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public DataBarOptions DataBar { get; set; }
vb
Public Property DataBar As DataBarOptions

Property Value

TypeDescription
DataBarOptions

A DataBarOptions class instance containing bar code specific options.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to DataBar
BarCode

.Options .DataBar

|

See Also

BarCodeOptions Class

BarCodeOptions Members

DevExpress.BarCodes Namespace