The BarcodeItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BarcodeItem()()()() |
Initializes a new instance of the BarcodeItem class.
| |
BarcodeItem(Double, Double, Double, Double, BarcodeSymbology, String) |
Initializes a new instance of the BarcodeItem class with the specified location, barcode symbology and value to encode.
|
Methods
Name | Description | |
---|---|---|
Clone |
Creates a copy of the current BarcodeItem.
(Overrides Item..::..Clone()()()().) | |
Equals | (Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
AI2 |
Special character used to specify that an Application Identifier (AI) is 2-digits long. Used by GS1-128 and UCC/EAN-128 barcodes.
| |
AI3 |
Special character used to specify that an Application Identifier (AI) is 3-digits long. Used by GS1-128 and UCC/EAN-128 barcodes.
| |
AI4 |
Special character used to specify that an Application Identifier (AI) is 4-digits long. Used by GS1-128 and UCC/EAN-128 barcodes.
| |
AI5 |
Special character used to specify that an Application Identifier (AI) is 5-digits long. Used by GS1-128 and UCC/EAN-128 barcodes.
| |
CODE128_FNC1 |
Function 1 Symbol Character (FNC1) used by Code 128 barcodes.
| |
CODE128_FNC2 |
Function 2 Symbol Character (FNC2) used by Code 128 barcodes.
| |
CODE128_FNC3 |
Function 3 Symbol Character (FNC3) used by Code 128 barcodes.
| |
CODE128_FNC4 |
Function 4 Symbol Character (FNC4) used by Code 128 barcodes.
| |
EOT |
End Of Transmission character (ASCII 4).
| |
FNC1 |
Function 1 Symbol Character (FNC1) used by GS1-128 and UCC/EAN-128 barcodes.
| |
GS |
Group Separator character (ASCII 29).
| |
RS |
Record Separator character (ASCII 30).
|
Properties
Name | Description | |
---|---|---|
AddChecksum |
Gets or sets whether checksum must be calculated and attached to the value to encode. Default value is true
| |
AztecCodeByteEncodingName |
Gets or sets the Encoding Name (Code Page) to be used for Aztec Code symbology. Default value is "ISO-8859-1"
| |
AztecCodeErrorCorrection |
Gets or sets the Error Correction Percentage to apply for Aztec Code symbology. Default value is 23.
| |
AztecCodeFormat |
Gets or sets the Aztec Code Format to use on that symbology. Default value is Auto
| |
AztecCodeModuleSize |
Gets or sets the Aztec Code module size. The module is each indivual black square which composes the whole of Aztec Code symbol. Default value is 0.0417
| |
AztecCodeProcessTilde |
Gets or sets whether tilde character '~' should be processed when Aztec Code is being generated. Default value is false
| |
AztecCodeRune |
Gets or sets the Aztec Code Rune value. It must be a value from 0 to 255 and is available for Aztec Code Compact Format only. Default value is -1 (disabled)
| |
BackColor |
Gets or sets the background color of the barcode. Default value is White
| |
BarcodeAlignment |
Gets or sets the barcode alignment. Default value is TopLeft
| |
BarcodePadding |
Gets or sets the amount of space between the container's border and the barcode content. The barcode padding is used only when Sizing property is set up to Fill. Default value is 0 (zero)
| |
BarColor |
Gets or sets the bars' color of the barcode. Default value is Black.
| |
BarHeight |
Gets or sets the bars' height of the barcode. Default value is 0.5
| |
BarRatio |
Gets or sets the wide bars' width compared to the narrow bars' width. In barcode terminology this is N value. Default value is 2
| |
BarWidth |
Gets or sets the narrow bars' width of the barcode. In barcode terminology this is X value. Default value is 0.0104
| |
BarWidthAdjustment |
Gets or sets the Bar Width Adjustment. Default value is 0 (zero)
| |
BearerBarStyle |
Gets or set the bearer bars' type that must be drawn with the barcode. Bearer bar is only available for 2 of 5, Code 128 and UCC.EAN 128 barcodes. Default value is None
| |
BearerBarThickness |
Gets or sets the bearer bars' thickness. Default value is 0.05
| |
BorderColor |
Gets or sets the color of the border of the rectangle container. Default value is Black
| |
BorderThickness |
Gets or sets the thickness for each side of the rectangle container. Default value is 0 (zero)
| |
CacheItemId |
Gets or sets the ID which will be assigned to the item in the cache. It must be a unique ID value for each item. The ID must be 1 to 8 alphanumeric [A-Z][0-9] characters long. If it's empty, then a random ID will be assigned automatically at runtime. Default value is an empty string
(Inherited from Item.) | |
CodabarStartChar |
Gets or sets the start character for Codabar symbology. Possible values are: A, B, C or D. Default value is A
| |
CodabarStopChar |
Gets or sets the stop character for Codabar symbology. Possible values are: A, B, C or D. Default value is A
| |
Code |
Gets or sets the value to encode. Default value is "1234567890"
| |
Code128CharSet |
Gets or sets the characters set to use in the Code 128 symbology. Possible values are: Auto, A, B or C. Default value is Auto
| |
Code16kMode |
Gets or sets the mode to use for Code16k symbology. Modes supported are: Mode 0, 1, and 2. Default value is Mode1
| |
Code39FullAsciiMode |
Gets or sets whether the Full ASCII mode (a.k.a. Extended version) for Code 39 symbology should be used. Default value is true
| |
Code93FullAsciiMode |
Gets or sets whether the Full ASCII mode (a.k.a. Extended version) for Code 93 symbology should be used. Default value is true
| |
CodeAlignment |
Gets or sets the text alignment for Code property. Default value is BelowCenter
| |
CornerRadius |
Gets or sets the radii of a rectangle's corners. Default value is 0 (zero)
| |
CounterStep |
Gets or sets the step for the counter. The counter will increase (positive) or decrease (negative) by this number on every printed label. Default value is 0 (zero)
| |
CounterUseLeadingZeros |
Gets or sets whether leading zeros are printed or suppressed when using counters. Default value is false
| |
DataField |
Gets or sets the name of the field from the data source that contains the values to bind to this item. Default value is an empty string
(Inherited from Item.) | |
DataMatrixByteEncodingName |
Gets or sets the Encoding Name (Code Page) to be used for DataMatrix in Byte Compaction mode. Default value is "ISO-8859-1"
| |
DataMatrixEncoding |
Gets or sets the Data Matrix Encoding to use on that symbology. Default value is Auto
| |
DataMatrixFileId |
Gets or sets the File ID of the Data Matrix symbol. Its value must be a sequence of codewords (Each codeword value must be a number between 001 and 254) and must be the same for all data segments. Default value is "001001"
| |
DataMatrixFormat |
Gets or sets the Data Matrix Format to use on that symbology. Default value is Auto
| |
DataMatrixModuleSize |
Gets or sets the Data Matrix module size. The module is each indivual black square which composes the whole of Data Matrix symbol. Default value is 0.0417
| |
DataMatrixProcessTilde |
Gets or sets whether tilde character '~' should be processed when Data Matrix code is being generated. Default value is false
| |
DataMatrixSymbolCount |
Gets or sets the number of Data Matrix symbols. Its value must be less than or equal to 16. Default value is 1
| |
DataMatrixSymbolIndex |
Gets or sets the Index for a Data Matrix symbol. Its value must be 1 up to 16 and must be less than or equal to the value in DataMatrixSegmentCount property. Default value is 1
| |
DisplayChecksum |
Gets or sets whether checksum value must be displayed after the value to encode on the barcode. Default value is true
| |
DisplayCode |
Gets or sets whether the value to encode must be displayed on the barcode. Default value is true
| |
DisplayStartStopChar |
Gets or sets whether start and stop characters must be displayed on the barcode. Default value is true
| |
Dpi |
Gets or sets the item resolution, in dots per inch.
(Inherited from Item.) | |
EanUpcDisplayLightMarginIndicator |
Gets or sets whether light margin indicators must be displayed in the EAN/UPC barcodes. Default value is false
| |
EanUpcGuardBar |
Gets or sets whether guard bars must be drawn for EAN and UPC symbologies. Default value is true
| |
EanUpcGuardBarHeight |
Gets or sets the guard bars' height. In general, this value should be a bit greater than the BarHeight property. Default value is 0.55
| |
EanUpcSupplement |
Gets or sets the supplement type to use with EAN and UPC symbologies. Default value is None
| |
EanUpcSupplementCode |
Gets or sets the supplement value for EAN and UPC symbologies. Default value is "0"
| |
EanUpcSupplementSeparation |
Gets or sets the gap separation between the barcode and its supplement. Default value is 0.15
| |
EanUpcSupplementTopMargin |
Gets or sets the height of the margin above the EAN/UPC supplement bars. Default value is 0.15
| |
Font |
Gets the Font object for the value to encode i.e. the Code property. Default value is Arial, 8pt
| |
ForeColor |
Gets or sets the foreground color of the value to encode. Default value is Black
| |
Height |
Gets or sets the height of the rectangle container. Default value is 0.5
| |
HibcFormatHumanReadableText |
Gets or sets whether the Human Readable Text is formatted as specified by HIBC Standards i.e. Zeros are displayed as Slashed-Zeros and the Space character is displayed as an Underscore. Default value is true
| |
HumanReadableText |
Gets or sets the Human Readable Text to be displayed instead of the value to encode specified in the Code property. Default value is an empty string
| |
Isbt128DataStructure |
Gets or sets the ISBT 128 Data Structure to be generated. Default value is DS001
| |
Mask |
Gets or sets the input Mask for the value to encode. Default value is an empty string
| |
MaskIncrement |
Gets or sets the mask increment. The increment is the value to be added to the value to encode on each label to be printed. Default value is an empty string
| |
MaxiCodeMode |
Gets or sets the MaxiCode mode. Default value is Mode4
| |
MaxiCodeProcessTilde |
Gets or sets whether tilde character '~' should be processed when MaxiCode code is being generated. Default value is false
| |
MaxiCodeSymbolCount |
Gets or sets the number of MaxiCode symbols in a Structured Appended format. Its value must be less than or equal to 8. Default value is 1
| |
MaxiCodeSymbolIndex |
Gets or sets the Symbol Index for a Structured Appended MaxiCode. Its value must be 1 up to 8 and must be less than the value in MaxiCodeSymbolCount property. Default value is 1
| |
MicroPdf417Version |
Gets or sets the MicroPDF417 version (a predefined combinations of numbers of columns and rows) to be generated. Default value is Auto
| |
MicroQRCodeVersion |
Gets or sets the Micro QR Code Version to use on that symbology. Default value is Auto
| |
MsiChecksum |
Gets or sets the checksum mode to be used on MSI symbology. Default value is OneMod10
| |
Name |
Gets or sets the programmatic identifier or name assigned to the item. Default value is an empty string
(Inherited from Item.) | |
Pdf417AspectRatio |
Gets or sets the ratio of the height to the overall width of the PDF417 symbol. Its value must be 0 (zero) up to 1 (one). Default value is 0 (zero)
| |
Pdf417ByteEncodingName |
Gets or sets the Encoding Name (Code Page) to be used for PDF417 Byte Compaction mode. Default value is "ISO-8859-1".
| |
Pdf417Columns |
Gets or sets the number of columns to use for PDF417 symbology. Default value is (Auto)
| |
Pdf417CompactionType |
Gets or sets the Compaction Type to apply for PDF417 symbology. Default value is Auto
| |
Pdf417ErrorCorrectionLevel |
Gets or sets the Error Correction Level to apply for PDF417 symbology. Default value is Level2
| |
Pdf417FileId |
Gets or sets the File ID of the Macro PDF417 symbol. Its value must be a sequence of codewords (Each codeword value must be a number between 000 and 899) and must be the same for all data segments. Default value is "000"
| |
Pdf417Rows |
Gets or sets the number of rows to use for PDF417 symbology. Default value is 0 (Auto)
| |
Pdf417SegmentCount |
Gets or sets the number of Macro PDF417 symbols. Its value must be less than or equal to 99999. Default value is 0 (zero)
| |
Pdf417SegmentIndex |
Gets or sets the Segment Index for a Macro PDF417 symbol. Its value must be 0 (zero) up to 99998 and must be less than the value in Pdf417SegmentCount property. Default value is 0 (zero)
| |
Pdf417Truncated |
Gets or sets whether the right side of PDF417 barcode is truncated (removed). Default value is false
| |
PharmacodeBarsSpacing |
Gets or sets the gap between Pharmacode bars. Default value is 0.0417
| |
PharmacodeThickBarWidth |
Gets or sets the width of Pharmacode Thick Bars. Default value is 0.0625
| |
PharmacodeThinBarWidth |
Gets or sets the width of Pharmacode Thin Bars. Default value is 0.0208
| |
PlanetHeightShortBar |
Gets or sets the short bars' height of Planet symbology. Default value is 0.1
| |
PlanetHeightTallBar |
Gets or sets the tall bars' height of Planet symbology. Default value is 0.2
| |
Postal4StateAddStartStopChar |
Gets or sets whether start and stop characters must be added and drawn on the barcode. Default value is true
| |
Postal4StateBarsSpacing |
Gets or sets the gap spacing between bars. Default value is 0.0313
| |
Postal4StateTrackerBarHeight |
Gets or sets the tracker bar's height. Default value is 0.08
| |
Postal4StateTrackerBarWidth |
Gets or sets the tracker bar's width. Default value is 0.0208
| |
PostnetHeightShortBar |
Gets or sets the short bars' height of Postnet symbology. Default value is 0.1
| |
PostnetHeightTallBar |
Gets or sets the tall bars' height of Postnet symbology. Default value is 0.2
| |
QRCodeByteEncodingName |
Gets or sets the Encoding Name (Code Page) to be used for QR Code Byte Compaction mode. Default value is "ISO-8859-1"
| |
QRCodeEncoding |
Gets or sets the QR Code Encoding to use on that symbology. Default value is Auto
| |
QRCodeErrorCorrectionLevel |
Gets or sets the Error Correction Level to apply for QR Code symbology. Default value is M
| |
QRCodeModuleSize |
Gets or sets the QR Code module size. The module is each indivual black square which composes the whole of QR Code symbol. Default value is 0.0417
| |
QRCodeProcessTilde |
Gets or sets whether tilde character '~' should be processed when QR Code is being generated. Default value is false
| |
QRCodeVersion |
Gets or sets the QR Code Version to use on that symbology. Default value is Auto
| |
QuietZone |
Gets or sets the left, top, right and bottom quiet zones. Default value is 0.1, 0, 0.1, 0.02
| |
RotationAngle |
Gets or sets the rotation angle, in 90 degrees increments only, to apply on this item. It is measured clockwise from the x-axis. Default value is 0 (zero)
| |
SegmentsPerRow |
Gets or sets the number of segments per row to be used in GS1 DataBar Expanded Stacked or RSS Expanded Stacked symbologies. It must be an even number ranging from 2 up to 22. Default value is 4.
| |
Sizing |
Gets or sets the barcode sizing. Default value is None
| |
Symbology |
Gets or sets the barcode symbology/standard to generate. Default value is Code39
| |
TelepenEncoding |
Gets or sets the Telepen Encoding to use on that symbology. Default value is Ascii
| |
Text |
Gets or sets the additional text to show in the barcode image e.g. 'Product ID'. Note: This is not the value to encode. Default value is an empty string.
| |
TextAlignment |
Gets or sets the text alignment for Text property. Default value is AboveCenter
| |
TextFont |
Gets the Font object for the Text property. Default value is Arial, 8pt
| |
TextForeColor |
Gets or sets the foreground color of the text. Default value is Black
| |
UnitType |
Gets or sets the Unit of Measurement for the item.
(Inherited from Item.) | |
UpcESystem |
Gets or sets the number system to use for UPC-E symbology. Default value is System0
| |
UseCache |
Gets or sets whether the item should be cached in the printer's memory. An item cannot be cached if it's bound to some data source field through the DataField property. Default value is false
(Inherited from Item.) | |
UseQuietZoneForText |
Gets or sets whether quiet zones are used for drawing Text, Code and HumanReadableText properties. Default value is false
| |
UspsFimPattern |
Gets or sets the USPS FIM pattern to use on that symbology. Default value is A
| |
UspsHorizontalBarsCount |
Gets or sets the number of horizontal bars to be drawn. Default value is 10
| |
Width |
Gets or sets the width of the rectangle container. Default value is 1
| |
X |
Gets or sets the x-coordinate of the upper-left corner of the item relative to the upper-left corner of its container. Default value is 0 (zero)
(Inherited from Item.) | |
Y |
Gets or sets the y-coordinate of the upper-left corner of the item relative to the upper-left corner of its container. Default value is 0 (zero)
(Inherited from Item.) |