The BarcodeTypeSettings class provides properties to apply barcode type specific settings. The class implements the System.ComponentModel.INotifyPropertyChanged interface. The following describes only the properties defined through the BarcodeTypeSettings class. For a list of properties, methods and events inherited from the System.ComponentModel.INotifyPropertyChanged interface see the .NET Framework reference.

Syntax

public sealed class BarcodeTypeSettings : System.ComponentModel.INotifyPropertyChanged
Public NotInheritable Class BarcodeTypeSettings
  Implements System.ComponentModel.INotifyPropertyChanged

Introduced: 5.0.

Properties

Property Description
HasCheckValue Gets or sets a value indicating whether the current used barcode type includes a check value.
ShowCheckValue Gets or sets a value indicating whether the check value of the current used barcode type is shown with the encrypted barcode text value.