Skip to main content
All docs
V23.2

BarCodeOptions.SSCC Property

Options specific for the Serial Shipping Container Code (SSCC-18) symbology.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public SSCCOptions SSCC { get; set; }

Property Value

Type Description
SSCCOptions

A SSCCOptions class instance containing bar code specific options.

Property Paths

You can access this nested property as listed below:

Object Type Path to SSCC
BarCode
.Options .SSCC
See Also