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
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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
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
The X coordinate of the data matrix barcode.
The Y coordinate of the data matrix barcode.
Returns
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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Remarks
This method returns a new DataMatrixBarcode object that contains the remaining data that did not fit.