Margin

Represents margin of the barcode.

public class Margin
Public Class Margin

Inheritance: ObjectMargin

Licensing Info

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

Constructors

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

Properties

AllGets or sets all side margin of the barcode.
BottomGets or sets bottom margin of the barcode.
LeftGets or sets left margin of the barcode.
RightGets or sets right margin of the barcode.
TopGets or sets top margin of the barcode.

Methods

Equals(Object)Compares two margin objects for equvality.
GetHashCode()Gets the hash code of the margin object.
GetType()Gets the Type of the current instance.
(Inherited from Object)
ToString()Converts margin object to string.

See Also

ceTe.DynamicBarcode.Creator

In this topic