public method BarcodeBuilder.SetMargins

Brief

Sets the barcode left, top, right, and bottom margins.

Declaration
C#
BarcodeBuilder  SetMargins (Single left, Single top, Single right, Single bottom)

Parameters
left

The left margin in points.

top

The top margin in points.

right

The right margin in points.

bottom

The bottom margin in points.

Declared in BarcodeBuilder

back