public method BarcodeInlineBuilder.SetPaddings

Brief

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

Declaration
C#
BarcodeInlineBuilder  SetPaddings (Single left, Single top, Single right, Single bottom)

Parameters
left

The left padding in points.

top

The top padding in points.

right

The right padding in points.

bottom

The bottom padding in points.

Declared in BarcodeInlineBuilder

back