The following tables list the members exposed by BarcodeData.
Public Constructors
Name | Description | |
---|---|---|
BarcodeData | Initializes a new instance of the BarcodeData class with specified symbology and ASCII text value. |
Public Methods
Name | Description | |
---|---|---|
Clone | Creates an exact copy of this barcode. | |
CopyTo | For information about this property please see CopyTo. | |
CreateDefaultBarcodeData | Returns an instance of BarcodeData suitable for writing containing default and valid values for the specified symbology . | |
GetBarcodeDataType | Gets the Type of the data class associated with a specified symbology. | |
GetData | Gets the data of this barcode as raw byte array. | |
Load | Loads an array of BarcodeData from the specified XML file. | |
ParseECIData | Parse barcode ECI data. | |
Save | Saves an array of BarcodeData objects to an XML file. | |
SetData | Sets the data of this barcode as raw byte array. | |
ToString | Gets the data of this barcode as an ASCII string. |
Protected Methods
Name | Description | |
---|---|---|
CopyTo | Copies the members of this barcode to the specified object. |
Public Properties
Name | Description | |
---|---|---|
AztecSymbolModel | Gets or sets the chosen symbol size when writing an Aztec barcode. | |
BarWidthReduction | Gets and sets the bar width reduction value of this barcode in micrometer when reading 1D barcodes. | |
Bounds | Gets or sets the barcode location and size on the image. | |
Bounds | For information about this property please see Bounds. | |
DatamatrixSymbolSize | Gets or sets the Datamatrix barcode symbol size. | |
MaxiSymbolModel | Gets or sets the chosen encoding mode when writing a Maxi Code barcode. | |
MicroPDF417DataCode | Gets or sets a value that indicates the MicroPDF417 barcode function code word for Code 128 emulation. | |
MicroPDF417IsLinked | Gets a value that indicates whether the MicroPDF417 barcode is linked to a linear symbol printed below it. | |
MicroQRSymbolModel | Gets or sets the chosen symbol size when writing a Micro QR barcode. | |
PDF417Group | Gets or sets a value that specifies whether this PDF417 barcode symbol is a member of a group of symbols. | |
QRSymbolModel | Gets or sets the QR barcode symbol model and version. | |
Rect | The location and size on the image in pixels. | |
RotationAngle | Gets and sets the rotation (or skew) angle of this barcode in degrees. | |
Symbology | Gets or sets the barcode symbology (type) associated with this BarcodeData. | |
Tag | Gets or sets an object that contains data associated with this barcode. | |
Value | Gets or sets the data of this barcode as an ASCII text string. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET