AutoLayout.AddStackedGS1DataBar

Adds a StackedGS1DataBar to the AutoLayout .

public StackedGS1DataBar AddStackedGS1DataBar(string value, float rowHeight, StackedGS1DataBarType stackedGS1DataBarType, [bool newPage = False], [float? topPadding = null])
Function AddStackedGS1DataBar(value As String, rowHeight As Single, stackedGS1DataBarType As StackedGS1DataBarType, Optional newPage As Boolean = False, Optional topPadding As Single? = null) As StackedGS1DataBar

Parameters

value
String

The value of the barcode.

rowHeight
Single

The row height of the barcode.

stackedGS1DataBarType
StackedGS1DataBarType

The StackedGS1DataBarType of the barcode.

newPage
Boolean

Adds the element to the next page if set to true. By default it is false.

topPadding
Single?

Top padding for the element.

Returns

StackedGS1DataBar

Returns a StackedGS1DataBar object.

Licensing Info

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

See Also

StackedGS1DataBar
AutoLayout
ceTe.DynamicPDF.PageElements

In this topic