ClearAreaLeft, ClearAreaTop, ClearAreaRight, ClearAreaBottom, ClearAreaMiddle Properties

Specify the barcode margins (left, top, right and bottom) and the gap (ClearAreaMiddle) between the main and add-on parts of the barcode.

Syntax

public int getClearAreaLeft()
public void setClearAreaLeft(int clearAreaLeft)

public int getClearAreaRight() public void setClearAreaRight(int clearAreaRight)
public int getClearAreaTop() public void setClearAreaTop(int clearAreaTop)
public int getClearAreaBottom() public void setClearAreaBottom(int clearAreaBottom)
public int getClearAreaMiddle() public void setClearAreaMiddle(int clearAreaMiddle)

Parameters

ClearAreaLeft, ClearAreaTop, ClearAreaRight, ClearAreaBottom, ClearAreaMiddle

Specify the left, top, right and bottom margins of the barcode and the gap between the main and add-on parts of the barcode

Remarks

These properties are for fine-tuning purposes only. Do not change them unless you know exactly what you're doing.