Margins Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Class that describes barcode margins.
Inheritance Hierarchy
Bytescout.BarCodeMargins
Namespace:Bytescout.BarCode
Assembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public class Margins : ICloneable
The Margins type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Margins | Initializes a new instance of the Margins class. | |
| Margins(String) | Initializes a new instance of the Margins class. | |
| Margins(Int32, Int32, Int32, Int32) | Initializes a new instance of the Margins struct. |
Properties
Methods
| Name | Description | |
|---|---|---|
| Clone | Creates a new object that is a copy of the current instance. | |
| Equals | Determines whether the specified Object is equal to the current Margins. (Overrides ObjectEquals(Object).) | |
| Finalize | (Inherited from Object.) | |
| FireChanged | Raises the [E:Changed] event. | |
| GetHashCode | Serves as a hash function for a particular type. (Overrides ObjectGetHashCode.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | Returns a String that represents the current Margins. (Overrides ObjectToString.) |
Events
| Name | Description | |
|---|---|---|
| Changed | Occurs when margins get changed. |
See Also