StackedGS1DataBar Constructors

Overloads

StackedGS1DataBar(String, Single, Single, Single, StackedGS1DataBarType)Initializes a new instance of the StackedGS1DataBar class.
StackedGS1DataBar(String, Single, Single, Single, StackedGS1DataBarType, Boolean)Initializes a new instance of the StackedGS1DataBar class.
StackedGS1DataBar(String, Single, Single, Single, StackedGS1DataBarType, Font, Single)Initializes a new instance of the StackedGS1DataBar class.
StackedGS1DataBar(String, Single, Single, Single, StackedGS1DataBarType, Single)Initializes a new instance of the StackedGS1DataBar class.
StackedGS1DataBar(String, Single, Single, Single, StackedGS1DataBarType, Single, Boolean)Initializes a new instance of the StackedGS1DataBar class.
StackedGS1DataBar(String, Single, Single, Single, StackedGS1DataBarType, Single, Font, Single)Initializes a new instance of the StackedGS1DataBar class.

StackedGS1DataBar(String, Single, Single, Single, StackedGS1DataBarType)

Initializes a new instance of the StackedGS1DataBar class.

public StackedGS1DataBar(string value, float x, float y, float rowHeight, StackedGS1DataBarType gs1type)
Public Sub New (value As String, x As Single, y As Single, rowHeight As Single, gs1type As StackedGS1DataBarType)

Parameters

value
String

The value of the barcode.

x
Single

The X coordinate of the barcode.

y
Single

The Y coordinate of the barcode.

rowHeight
Single

The row height of the barcode.

gs1type
StackedGS1DataBarType

The StackedGS1DataBarType of the barcode.

Licensing Info

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

StackedGS1DataBar(String, Single, Single, Single, StackedGS1DataBarType, Boolean)

Initializes a new instance of the StackedGS1DataBar class.

public StackedGS1DataBar(string value, float x, float y, float rowHeight, StackedGS1DataBarType gs1type, bool showText)
Public Sub New (value As String, x As Single, y As Single, rowHeight As Single, gs1type As StackedGS1DataBarType, 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.

rowHeight
Single

The row height of the barcode.

gs1type
StackedGS1DataBarType

The StackedGS1DataBarType 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:

StackedGS1DataBar(String, Single, Single, Single, StackedGS1DataBarType, Font, Single)

Initializes a new instance of the StackedGS1DataBar class.

public StackedGS1DataBar(string value, float x, float y, float rowHeight, StackedGS1DataBarType gs1type, Font font, float fontSize)
Public Sub New (value As String, x As Single, y As Single, rowHeight As Single, gs1type As StackedGS1DataBarType, font As Font, fontSize 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.

rowHeight
Single

The row height of the barcode.

gs1type
StackedGS1DataBarType

The StackedGS1DataBarType of the barcode.

font
Font

The font to use when displaying text.

fontSize
Single

The font size to use when displaying text.

Licensing Info

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

StackedGS1DataBar(String, Single, Single, Single, StackedGS1DataBarType, Single)

Initializes a new instance of the StackedGS1DataBar class.

public StackedGS1DataBar(string value, float x, float y, float rowHeight, StackedGS1DataBarType gs1type, float xDimension)
Public Sub New (value As String, x As Single, y As Single, rowHeight As Single, gs1type As StackedGS1DataBarType, xDimension 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.

rowHeight
Single

The row height of the barcode.

gs1type
StackedGS1DataBarType

The StackedGS1DataBarType of the barcode.

xDimension
Single

The XDimension of the barcode.

Licensing Info

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

StackedGS1DataBar(String, Single, Single, Single, StackedGS1DataBarType, Single, Boolean)

Initializes a new instance of the StackedGS1DataBar class.

public StackedGS1DataBar(string value, float x, float y, float rowHeight, StackedGS1DataBarType gs1type, float xDimension, bool showText)
Public Sub New (value As String, x As Single, y As Single, rowHeight As Single, gs1type As StackedGS1DataBarType, xDimension 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.

rowHeight
Single

The row height of the barcode.

gs1type
StackedGS1DataBarType

The StackedGS1DataBarType of the barcode.

xDimension
Single

The XDimension 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:

StackedGS1DataBar(String, Single, Single, Single, StackedGS1DataBarType, Single, Font, Single)

Initializes a new instance of the StackedGS1DataBar class.

public StackedGS1DataBar(string value, float x, float y, float rowHeight, StackedGS1DataBarType gs1type, float xDimension, Font font, float fontSize)
Public Sub New (value As String, x As Single, y As Single, rowHeight As Single, gs1type As StackedGS1DataBarType, xDimension As Single, font As Font, fontSize 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.

rowHeight
Single

The row height of the barcode.

gs1type
StackedGS1DataBarType

The StackedGS1DataBarType of the barcode.

xDimension
Single

The XDimension of the barcode.

font
Font

The font to use when displaying text.

fontSize
Single

The font size to use when displaying text.

Licensing Info

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

See Also

StackedGS1DataBar
ceTe.DynamicPDF.PageElements.BarCoding

In this topic