Margins ClassByteScout Barcode SDK
Class that describes barcode margins.
Inheritance Hierarchy

SystemObject
  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

  NameDescription
Public methodMargins
Initializes a new instance of the Margins class.
Public methodMargins(String)
Initializes a new instance of the Margins class.
Public methodMargins(Int32, Int32, Int32, Int32)
Initializes a new instance of the Margins struct.
Top
Properties

  NameDescription
Public propertyBottom
Public propertyLeft
Public propertyRight
Public propertyTop
Top
Methods

  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodEquals
Determines whether the specified Object is equal to the current Margins.
(Overrides ObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Protected methodFireChanged
Raises the [E:Changed] event.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a String that represents the current Margins.
(Overrides ObjectToString.)
Top
Events

  NameDescription
Public eventChanged
Occurs when margins get changed.
Top
See Also

Reference