Class BarcodeGenerationConfiguration

Definition

Namespace:
Tizen.Multimedia.Vision
Assembly:
Tizen.Multimedia.Vision.dll
API Level:
4

Represents a configuration of BarcodeGenerator instances.

C#
Copy
public class BarcodeGenerationConfiguration : EngineConfiguration
Inheritance
BarcodeGenerationConfiguration

Constructors

View Source

BarcodeGenerationConfiguration()

Initializes a new instance of the BarcodeGenerationConfiguration class.

Declaration
C#
Copy
public BarcodeGenerationConfiguration()
API Level: 4

Properties

View Source

BackgroundColor

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

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

The alpha value of the color will be ignored.

API Level: 4
View Source

ForegroundColor

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

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

The alpha value of the color will be ignored.

API Level: 4
View Source

TextVisibility

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

Declaration
C#
Copy
public Visibility TextVisibility { get; set; }
Property Value
Type Description
Visibility
API Level: 4

Extension Methods

See Also