Click or drag to resize

DataMatrixBarcodeWriter Class

The DataMatrixBarcodeWriter class allows creation of Data Matrix two-dimensional barcodes on Graphics objects.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Atalasoft.Barcoding.WritingDataMatrixBarcodeWriter

Namespace:  Atalasoft.Barcoding.Writing
Assembly:  Atalasoft.dotImage.Barcoding.Writing (in Atalasoft.dotImage.Barcoding.Writing.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class DataMatrixBarcodeWriter : MarshalByRefObject, 
	IDisposable

The DataMatrixBarcodeWriter type exposes the following members.

Constructors
  NameDescription
Public methodDataMatrixBarcodeWriter
Constructs a new DataMatrixBarcodeWriter object.
Top
Properties
  NameDescription
Public propertyBackColor
DataMatrix supports both dark-on-light and light-on-dark symbols. BackColor defaults to white.
Public propertyCode exampleBounds
Public propertyColumns
Public propertyEncoding
Gets and Set the Encoding scheme to use. Defaults to Auto.
Public propertyForeColor
DataMatrix supports both dark-on-light and light-on-dark symbols. ForeColor defaults to black.
Public propertyModuleSize
Gets or set the size of the smalles square element in the symbol. Defaults to 20 mils.
Public propertyOrientation
Gets, set the Orientation of the DataMatrix symbol. Default is DataMatrixSymbolOrientation.Horizontal
Public propertyRows
Public propertySize
Gets or set the DataMatrixSymbolSize to use. Defaults to Auto and the final size will be the smaller possible for the supplied data.
Top
Methods
  NameDescription
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDispose
Disposes the instance.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Instance Finalizer.
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public methodRender(Byte, IBarGraphics, Rectangle)
Renders a sequence of bytes as a DataMatrix symbol. Base256 is used.
Public methodRender(Byte, Graphics, Rectangle)
Renders a sequence of bytes as a DataMatrix symbol. Base256 is used.
Public methodRender(String, IBarGraphics, Rectangle)
Renders a string of characters as a DataMatrix symbol. The characters are encoded according to the selected DataMatrixSymbolEncoding.
Public methodRender(String, Graphics, Rectangle)
Renders a string of characters as a DataMatrix symbol. The characters are encoded according to the selected DataMatrixSymbolEncoding.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also