Show / Hide Table of Contents

    Class BarcodeGenerationConfiguration

    Represents a configuration of BarcodeGenerator instances.

    Inheritance
    Object
    EngineConfiguration
    BarcodeGenerationConfiguration
    Implements
    IDisposable
    Inherited Members
    EngineConfiguration.Dispose()
    EngineConfiguration.Dispose(Boolean)
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Tizen.Multimedia.Vision
    Assembly: Tizen.Multimedia.Vision.dll
    Syntax
    public class BarcodeGenerationConfiguration : EngineConfiguration, IDisposable

    Constructors

    BarcodeGenerationConfiguration()

    Initializes a new instance of the BarcodeGenerationConfiguration class.

    Declaration
    public BarcodeGenerationConfiguration()
    API Version
    4
    Exceptions
    Type Condition
    NotSupportedException

    The feature is not supported.

    Properties

    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.

    API Version
    4
    Exceptions
    Type Condition
    ObjectDisposedException

    The BarcodeGenerationConfiguration already has been disposed of.

    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.

    API Version
    4
    Exceptions
    Type Condition
    ObjectDisposedException

    The BarcodeGenerationConfiguration already has been disposed of.

    TextVisibility

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

    Declaration
    public Visibility TextVisibility { get; set; }
    Property Value
    Type Description
    Visibility
    API Version
    4
    Exceptions
    Type Condition
    ArgumentException

    value is not valid.

    ObjectDisposedException

    The BarcodeGenerationConfiguration already has been disposed of.

    Implements

    System.IDisposable

    See Also

    BarcodeGenerator
    Back to top Copyright © 2016-2018 Samsung
    Generated by DocFX