VisioForge (c) 2025

Search Results for

    Class BarcodeReaderSettings

    Class BarcodeReaderSettings.

    Inheritance
    object
    BarcodeReaderSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    true if enabled; otherwise, false.

    Type

    Gets or sets the type.

    Declaration
    public BarcodeType Type { get; set; }
    Property Value
    Type Description
    BarcodeType

    The type.