Class BarcodeGenerationConfiguration
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
- API Level:
- 4
Represents a configuration of BarcodeGenerator instances.
C#Copypublic class BarcodeGenerationConfiguration : EngineConfiguration, IDisposable
- Inheritance
- Implements
-
System.IDisposable
Constructors
View Source
BarcodeGenerationConfiguration()
Initializes a new instance of the BarcodeGenerationConfiguration class.
Declaration
C#Copypublic BarcodeGenerationConfiguration()
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | The feature is not supported. |
API Level: 4
Properties
Declaration
C#Copypublic Color BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
Remarks
The alpha value of the color will be ignored.
Exceptions
Type | Condition |
---|---|
ObjectDisposedException | The BarcodeGenerationConfiguration already has been disposed. |
API Level: 4
Declaration
C#Copypublic Color ForegroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
Remarks
The alpha value of the color will be ignored.
Exceptions
Type | Condition |
---|---|
ObjectDisposedException | The BarcodeGenerationConfiguration already has been disposed. |
API Level: 4
Declaration
C#Copypublic Visibility TextVisibility { get; set; }
Property Value
Type | Description |
---|---|
Visibility |
Exceptions
Type | Condition |
---|---|
System.ArgumentException |
|
ObjectDisposedException | The BarcodeGenerationConfiguration already has been disposed. |
API Level: 4
Implements
System.IDisposable