IntelligentMailBarCode Constructors

Overloads

IntelligentMailBarCode(String, Single, Single)Initializes a new instance of the IntelligentMailBarCode class.
IntelligentMailBarCode(String, Single, Single, Boolean)Initializes a new instance of the IntelligentMailBarCode class.

IntelligentMailBarCode(String, Single, Single)

Initializes a new instance of the IntelligentMailBarCode class.

public IntelligentMailBarCode(string value, float x, float y)
Public Sub New (value As String, x As Single, y As Single)

Parameters

value
String

The value of the barcode.

x
Single

The X coordinate of the barcode.

y
Single

The Y coordinate of the barcode.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

IntelligentMailBarCode(String, Single, Single, Boolean)

Initializes a new instance of the IntelligentMailBarCode class.

public IntelligentMailBarCode(string value, float x, float y, bool showText)
Public Sub New (value As String, x As Single, y As Single, showText As Boolean)

Parameters

value
String

The value of the barcode.

x
Single

The X coordinate of the barcode.

y
Single

The Y coordinate of the barcode.

showText
Boolean

true to display value of barcode as text. Otherwise, display barcode only.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

IntelligentMailBarCode
ceTe.DynamicPDF.PageElements.BarCoding

In this topic