Link Search Menu Expand Document

QRCodeSetMargins Method

Sets the barcode margins in pixels.

Namespace:Bytescout.BarCode
Assembly: Bytescout.BarCode.QRCode (in Bytescout.BarCode.QRCode.dll) Version: 2.0.0.1228-master
Syntax
public void SetMargins(
	float left,
	float top,
	float right,
	float bottom
)

Parameters

left
Type: SystemSingle
The left margin value in pixels.
top
Type: SystemSingle
The top margin value in pixels.
right
Type: SystemSingle
The right margin value in pixels.
bottom
Type: SystemSingle
The bottom margin value in pixels.
See Also

Reference