DataMatrixBarcode.GetOverFlowDataMatrixBarcode

Overloads

GetOverFlowDataMatrixBarcode()Gets a new instance of the DataMatrixBarcode class.
GetOverFlowDataMatrixBarcode(Single, Single)Gets a new instance of the DataMatrixBarcode class.

GetOverFlowDataMatrixBarcode()

Gets a new instance of the DataMatrixBarcode class.

public DataMatrixBarcode GetOverFlowDataMatrixBarcode()
Function GetOverFlowDataMatrixBarcode() As DataMatrixBarcode

Returns

DataMatrixBarcode

Returns a DataMatrixBarcode object.

Licensing Info

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

Remarks

This method returns a new DataMatrixBarcode object that contains the remaining data that did not fit.

GetOverFlowDataMatrixBarcode(Single, Single)

Gets a new instance of the DataMatrixBarcode class.

public DataMatrixBarcode GetOverFlowDataMatrixBarcode(float x, float y)
Function GetOverFlowDataMatrixBarcode(x As Single, y As Single) As DataMatrixBarcode

Parameters

x
Single

The X coordinate of the data matrix barcode.

y
Single

The Y coordinate of the data matrix barcode.

Returns

DataMatrixBarcode

Returns a DataMatrixBarcode object.

Licensing Info

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

Remarks

This method returns a new DataMatrixBarcode object that contains the remaining data that did not fit.

See Also

DataMatrixBarcode
ceTe.DynamicPDF.PageElements.BarCoding

In this topic