Click or drag to resize

IsisBarcodeSettingsGetSupportedBarcodeTypes Method

Returns the supported barcode types for this device.

Namespace:  Atalasoft.Isis
Assembly:  Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public IsisBarcodeType[] GetSupportedBarcodeTypes()

Return Value

Type: IsisBarcodeType
An array of BarcodeType supported by the device.
Remarks
Use this method to determine the valid values for use with the CodeType property.
See Also