VectorGraphicEngineCreateBarcode Method |
Appends a barcode.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic 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