Click or drag to resize

VectorGraphicEngineCreateBarcode Method

Appends a barcode.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public virtual void CreateBarcode(
	BaseBarcodeProfile profile,
	out int numberOfRows,
	out int numberOfColumns
)

Parameters

profile  BaseBarcodeProfile
Profile defining the barcode.
numberOfRows  Int32
Number of rows of the created barcode.
numberOfColumns  Int32
Number of columns of the created barcode.
See Also