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:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicBarcode Creator selected.
- A DynamicBarcode Creator for .NET v2.X Developer license.
Constructors
| Margin(Single) | Creates new instance of the Margin. |
| Margin(Single, Single, Single, Single) | Creates new instance of the Margin. |
Properties
| All | Gets or sets all side margin of the barcode. |
| Bottom | Gets or sets bottom margin of the barcode. |
| Left | Gets or sets left margin of the barcode. |
| Right | Gets or sets right margin of the barcode. |
| Top | Gets 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. |