BarcodeProfessional OutputSettings Property Neodynamic Barcode Professional SDK for .NET Class Reference
Gets a list of settings that were used to generate the selected symbology.

Namespace: Neodynamic.SDK.Barcode
Assembly: Neodynamic.SDK.Barcode (in Neodynamic.SDK.Barcode.dll) Version: 4.0.2000.0 (4.0.2000.0)
Syntax

public Hashtable OutputSettings { get; }

Property Value

Type: OnlineHashtable
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