In This Article

BarcodeTextDecoration Class

Represents a text decoration in a barcode.

public class BarcodeTextDecoration : BarcodeDecorationBase
Inheritance:
object BarcodeDecorationBase object

Constructors

BarcodeTextDecoration()

Initializes an instance of the class.

public BarcodeTextDecoration()

Properties

FontFamily

The font family to use for rendering text.

public FontFamily? FontFamily { get; set; }

Property Value

FontFamily

FontSize

The font size.

public double FontSize { get; set; }

Property Value

double:

The default value is 12.0.

Text

The text to display.

public string? Text { get; set; }

Property Value

string

Inherited Members

Extension Methods