AutoLayout.AddAztec

Overloads

AddAztec(Byte[], AztecSymbolSize, [Optional] Boolean, Single?)Adds an Aztec to the AutoLayout .
AddAztec(String, AztecSymbolSize, [Optional] Boolean, Single?)Adds an Aztec to the AutoLayout .

AddAztec(Byte[], AztecSymbolSize, [Optional] Boolean, Single?)

Adds an Aztec to the AutoLayout .

public Aztec AddAztec(Byte[] value, AztecSymbolSize symbolSize, [bool newPage = False], [float? topPadding = null])
Function AddAztec(value As Byte(), symbolSize As AztecSymbolSize, Optional newPage As Boolean = False, Optional topPadding As Single? = null) As Aztec

Parameters

value
Byte[]

The value of the barcode.

symbolSize
AztecSymbolSize

The AztecSymbolSize 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

Aztec

Returns an Aztec object.

Licensing Info

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

AddAztec(String, AztecSymbolSize, [Optional] Boolean, Single?)

Adds an Aztec to the AutoLayout .

public Aztec AddAztec(string value, AztecSymbolSize symbolSize, [bool newPage = False], [float? topPadding = null])
Function AddAztec(value As String, symbolSize As AztecSymbolSize, Optional newPage As Boolean = False, Optional topPadding As Single? = null) As Aztec

Parameters

value
String

The value of the barcode.

symbolSize
AztecSymbolSize

The AztecSymbolSize 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

Aztec

Returns an Aztec object.

Licensing Info

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

See Also

Aztec
AutoLayout
ceTe.DynamicPDF.PageElements

In this topic