public method BarcodeInlineBuilder.SetMargins

Brief

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

Declaration
C#
BarcodeInlineBuilder  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 BarcodeInlineBuilder

back