Class BarcodeGenerationConfiguration

    Definition

    Namespace:
    Tizen.Multimedia.Vision
    Assembly:
    Tizen.Multimedia.Vision.dll

    Represents a configuration of BarcodeGenerator instances.

    public class BarcodeGenerationConfiguration : EngineConfiguration
    Inheritance
    object
    EngineConfiguration
    BarcodeGenerationConfiguration

    Constructors

    View Source

    BarcodeGenerationConfiguration()

    Initializes a new instance of the BarcodeGenerationConfiguration class.

    Declaration
    public BarcodeGenerationConfiguration()
    See Also
    BarcodeGenerator

    Properties

    View Source

    BackgroundColor

    Gets or sets the background color of the barcode to be generated.

    Declaration
    public Color BackgroundColor { get; set; }
    Property Value
    Type Description
    Color
    Remarks

    The alpha value of the color will be ignored.

    See Also
    BarcodeGenerator
    View Source

    ForegroundColor

    Gets or sets the foreground color of the barcode to be generated.

    Declaration
    public Color ForegroundColor { get; set; }
    Property Value
    Type Description
    Color
    Remarks

    The alpha value of the color will be ignored.

    See Also
    BarcodeGenerator
    View Source

    TextVisibility

    Gets or sets the text visibility of the barcode to be generated.

    Declaration
    public Visibility TextVisibility { get; set; }
    Property Value
    Type Description
    Visibility
    See Also
    BarcodeGenerator

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)

    See Also

    BarcodeGenerator
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX