Link Search Menu Expand Document

BarcodePrinterSetGrid Method

Sets dimensions of the grid that will be used to allocate generated barcodes on a page.

Namespace:Bytescout.BarCode
Assembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
public void SetGrid(
	int rows,
	int columns
)

Parameters

rows
Type: SystemInt32
Number of rows in the grid.
columns
Type: SystemInt32
Number of columns in the grid.
See Also

Reference