Margin Constructors

Overloads

Margin(Single)Creates new instance of the Margin.
Margin(Single, Single, Single, Single)Creates new instance of the Margin.

Margin(Single)

Creates new instance of the Margin.

public Margin(float all)
Public Sub New (all As Single)

Parameters

all
Single

Margin for all sides.

Licensing Info

This constructor is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:

Margin(Single, Single, Single, Single)

Creates new instance of the Margin.

public Margin(float left, float top, float right, float bottom)
Public Sub New (left As Single, top As Single, right As Single, bottom As Single)

Parameters

left
Single

Margin for left side.

top
Single

Margin for top side.

right
Single

Margin for right side.

bottom
Single

Margin for bottom side.

Licensing Info

This constructor is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:

See Also

Margin
ceTe.DynamicBarcode.Creator

In this topic