Class BarcodeGenerationConfiguration
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
Represents a configuration of Barcode
public class BarcodeGenerationConfiguration : EngineConfiguration, IDisposable
- Inheritance
- Implements
-
System.
IDisposable
Constructors
View SourceBarcodeGenerationConfiguration()
Initializes a new instance of the Barcode
Declaration
public BarcodeGenerationConfiguration()
Exceptions
Type | Condition |
---|---|
System. |
The feature is not supported. |
See Also
Properties
View SourceBackgroundColor
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.
Exceptions
Type | Condition |
---|---|
System. |
The Barcode |
See Also
View SourceForegroundColor
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.
Exceptions
Type | Condition |
---|---|
System. |
The Barcode |
See Also
View SourceTextVisibility
Gets or sets the text visibility of the barcode to be generated.
Declaration
public Visibility TextVisibility { get; set; }
Property Value
Type | Description |
---|---|
Visibility |
Exceptions
Type | Condition |
---|---|
System. |
|
System. |
The Barcode |
See Also
Implements
System.IDisposable