Gets a list of settings that were used to generate the selected symbology.

Namespace: Neodynamic.WPF
Assembly: Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll) Version: 5.0.3500.0 (5.0.3500.0)

Syntax

C#
public Hashtable OutputSettings { get; }
Visual Basic
Public ReadOnly Property OutputSettings As Hashtable
	Get

Property Value

Type: Hashtable

Remarks

Some barcode symbologies have properties with an Auto option which means that the algorithm should select it at runtime based on some parameters.

This list will contain the Property Name as the 'Key' and its runtime value as the 'Value'. E.g. if a QR Code was generated and QRCodeVersion property was set to Auto, then this list will containg an entry which 'Key' is "QRCodeVersion" and its value could be "V10" (for Version 10)

See Also