QRCodeSetMargins Method ByteScout QR Code SDK
Sets the barcode margins in pixels.

Namespace:  Bytescout.BarCode
Assembly:  Bytescout.BarCode.QRCode (in Bytescout.BarCode.QRCode.dll) Version: 2.0.2.1237-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