Class BarcodeReaderSettings
Class BarcodeReaderSettings.
Inherited Members
Namespace: VisioForge.Core.Types.VideoProcessing
Assembly: VisioForge.Core.dll
Syntax
public class BarcodeReaderSettings
Properties
Enabled
Gets or sets a value indicating whether this BarcodeReaderSettings is enabled.
Declaration
public bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
|
Type
Gets or sets the type.
Declaration
public BarcodeType Type { get; set; }
Property Value
Type | Description |
---|---|
BarcodeType | The type. |