The BarcodeItem type exposes the following members.

Constructors

  NameDescription
Public methodBarcodeItem()()()()
Initializes a new instance of the BarcodeItem class.
Public methodBarcodeItem(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

  NameDescription
Public methodClone
Creates a copy of the current BarcodeItem.
(Overrides Item..::..Clone()()()().)
Public methodConvertToUnit (Overrides Item..::..ConvertToUnit(UnitType).)
Public methodGetAutoSize
Gets the size of the barcode that fits its content.
Public methodUpdateFrom
Updates this BarcodeItem object with the properties of the specified BarcodeItem object.
(Overrides Item..::..UpdateFrom(Item).)

Fields

  NameDescription
Public fieldStatic memberAI2
Special character used to specify that an Application Identifier (AI) is 2-digits long. Used by GS1-128 and UCC/EAN-128 barcodes.
Public fieldStatic memberAI3
Special character used to specify that an Application Identifier (AI) is 3-digits long. Used by GS1-128 and UCC/EAN-128 barcodes.
Public fieldStatic memberAI4
Special character used to specify that an Application Identifier (AI) is 4-digits long. Used by GS1-128 and UCC/EAN-128 barcodes.
Public fieldStatic memberAI5
Special character used to specify that an Application Identifier (AI) is 5-digits long. Used by GS1-128 and UCC/EAN-128 barcodes.
Public fieldStatic memberCODE128_FNC1
Function 1 Symbol Character (FNC1) used by Code 128 barcodes.
Public fieldStatic memberCODE128_FNC2
Function 2 Symbol Character (FNC2) used by Code 128 barcodes.
Public fieldStatic memberCODE128_FNC3
Function 3 Symbol Character (FNC3) used by Code 128 barcodes.
Public fieldStatic memberCODE128_FNC4
Function 4 Symbol Character (FNC4) used by Code 128 barcodes.
Public fieldStatic memberEOT
End Of Transmission character (ASCII 4).
Public fieldStatic memberFNC1
Function 1 Symbol Character (FNC1) used by GS1-128 and UCC/EAN-128 barcodes.
Public fieldStatic memberGS
Group Separator character (ASCII 29).
Public fieldStatic memberRS
Record Separator character (ASCII 30).

Properties

  NameDescription
Public propertyAddChecksum
Gets or sets whether checksum must be calculated and attached to the value to encode. Default value is true
Public propertyAztecCodeByteEncodingName
Gets or sets the Encoding Name (Code Page) to be used for Aztec Code symbology. Default value is "ISO-8859-1"
Public propertyAztecCodeErrorCorrection
Gets or sets the Error Correction Percentage to apply for Aztec Code symbology. Default value is 23.
Public propertyAztecCodeFormat
Gets or sets the Aztec Code Format to use on that symbology. Default value is Auto
Public propertyAztecCodeModuleSize
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
Public propertyAztecCodeProcessTilde
Gets or sets whether tilde character '~' should be processed when Aztec Code is being generated. Default value is false
Public propertyAztecCodeRune
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)
Public propertyBackColor
Gets or sets the background color of the barcode. Default value is White
Public propertyBarcodeAlignment
Gets or sets the barcode alignment. Default value is TopLeft
Public propertyBarcodePadding
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)
Public propertyBarColor
Gets or sets the bars' color of the barcode. Default value is Black.
Public propertyBarHeight
Gets or sets the bars' height of the barcode. Default value is 0.5
Public propertyBarRatio
Gets or sets the wide bars' width compared to the narrow bars' width. In barcode terminology this is N value. Default value is 2
Public propertyBarWidth
Gets or sets the narrow bars' width of the barcode. In barcode terminology this is X value. Default value is 0.0104
Public propertyBarWidthAdjustment
Gets or sets the Bar Width Adjustment. Default value is 0 (zero)
Public propertyBearerBarStyle
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
Public propertyBearerBarThickness
Gets or sets the bearer bars' thickness. Default value is 0.05
Public propertyBorderColor
Gets or sets the color of the border of the rectangle container. Default value is Black
Public propertyBorderThickness
Gets or sets the thickness for each side of the rectangle container. Default value is 0 (zero)
Public propertyCacheItemId
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.)
Public propertyCodabarStartChar
Gets or sets the start character for Codabar symbology. Possible values are: A, B, C or D. Default value is A
Public propertyCodabarStopChar
Gets or sets the stop character for Codabar symbology. Possible values are: A, B, C or D. Default value is A
Public propertyCode
Gets or sets the value to encode. Default value is "1234567890"
Public propertyCode128CharSet
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
Public propertyCode16kMode
Gets or sets the mode to use for Code16k symbology. Modes supported are: Mode 0, 1, and 2. Default value is Mode1
Public propertyCode39FullAsciiMode
Gets or sets whether the Full ASCII mode (a.k.a. Extended version) for Code 39 symbology should be used. Default value is true
Public propertyCode93FullAsciiMode
Gets or sets whether the Full ASCII mode (a.k.a. Extended version) for Code 93 symbology should be used. Default value is true
Public propertyCodeAlignment
Gets or sets the text alignment for Code property. Default value is BelowCenter
Public propertyCodeFormatPattern
Gets or sets the string pattern to format the Code property. The result of the format process is the one which will be encoded! Based on String.Format(). Default value is empty (Disabled).
Public propertyComments
Gets or sets the comments associated to this item. Default is an empty string.
(Inherited from Item.)
Public propertyCornerRadius
Gets or sets the radii of a rectangle's corners. Default value is 0 (zero)
Public propertyCounterStep
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)
Public propertyCounterUseLeadingZeros
Gets or sets whether leading zeros are printed or suppressed when using counters. Default value is false
Public propertyDataField
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.)
Public propertyDataFieldFormatString
Gets or sets the string that specifies the display format for the value of the data field. Default value is an empty string
(Inherited from Item.)
Public propertyDataMatrixByteEncodingName
Gets or sets the Encoding Name (Code Page) to be used for DataMatrix in Byte Compaction mode. Default value is "ISO-8859-1"
Public propertyDataMatrixEncoding
Gets or sets the Data Matrix Encoding to use on that symbology. Default value is Auto
Public propertyDataMatrixFileId
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"
Public propertyDataMatrixFormat
Gets or sets the Data Matrix Format to use on that symbology. Default value is Auto
Public propertyDataMatrixModuleSize
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
Public propertyDataMatrixProcessTilde
Gets or sets whether tilde character '~' should be processed when Data Matrix code is being generated. Default value is false
Public propertyDataMatrixSymbolCount
Gets or sets the number of Data Matrix symbols. Its value must be less than or equal to 16. Default value is 1
Public propertyDataMatrixSymbolIndex
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
Public propertyDisplayChecksum
Gets or sets whether checksum value must be displayed after the value to encode on the barcode. Default value is true
Public propertyDisplayCode
Gets or sets whether the value to encode must be displayed on the barcode. Default value is true
Public propertyDisplayStartStopChar
Gets or sets whether start and stop characters must be displayed on the barcode. Default value is true
Public propertyDpi
Gets or sets the item resolution, in dots per inch.
(Inherited from Item.)
Public propertyEanUpcDisplayLightMarginIndicator
Gets or sets whether light margin indicators must be displayed in the EAN/UPC barcodes. Default value is false
Public propertyEanUpcGuardBar
Gets or sets whether guard bars must be drawn for EAN and UPC symbologies. Default value is true
Public propertyEanUpcGuardBarHeight
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
Public propertyEanUpcMagnificationFactor
Gets or sets the Magnification Factor for EAN/UPC barcodes. Default is 0 (Zero/Disabled).
Public propertyEanUpcSupplement
Gets or sets the supplement type to use with EAN and UPC symbologies. Default value is None
Public propertyEanUpcSupplementCode
Gets or sets the supplement value for EAN and UPC symbologies. Default value is "0"
Public propertyEanUpcSupplementSeparation
Gets or sets the gap separation between the barcode and its supplement. Default value is 0.15
Public propertyEanUpcSupplementTopMargin
Gets or sets the height of the margin above the EAN/UPC supplement bars. Default value is 0.15
Public propertyErrorBehavior
Gets or sets what output type Barcode Professional will generate if an error occurs during barcode rendering. Default is BlankImage.
Public propertyFont
Gets the Font object for the value to encode i.e. the Code property. Default value is NativePrinterFontA, 10pt
Public propertyForeColor
Gets or sets the foreground color of the value to encode. Default value is Black
Public propertyHanXinCodeByteEncodingName
Gets or sets the Encoding Name (Code Page) to be used for Han Xin Code Binary Byte Encoding mode. Default it ISO-8859-1.
Public propertyHanXinCodeEncoding
Gets or sets the Han Xin Code Encoding to use on that symbology.
Public propertyHanXinCodeErrorCorrectionLevel
Gets or sets the Error Correction Level to apply for Han Xin Code symbology.
Public propertyHanXinCodeModuleSize
Gets or sets the module size. The unit of measure must be specified to BarcodeUnit property.
Public propertyHanXinCodeProcessTilde
Gets or sets whether tilde character should be processed when Han Xin Code is being generated.
Public propertyHanXinCodeVersion
Gets or sets the Han Xin Code Version to use on that symbology.
Public propertyHeight
Gets or sets the height of the rectangle container. Default value is 0.5
Public propertyHibcFormatHumanReadableText
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
Public propertyHibcUseIsoIec15434Encoding
Gets or sets whether the ISO/IEC 15434 Protocol is used to encode the HIBC LIC or PAS Data Structures in 2D symbols. Default is False.
Public propertyHideIfEmpty
Gets or sets whether the barcode symbol is not displayed or printed if the value to encode is empty. Default value is false
Public propertyHumanReadableText
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
Public propertyIsbt128DataStructure
Gets or sets the ISBT 128 Data Structure to be generated. Default value is DS001
Public propertyItf14LeftHMark
Gets or sets the H mark type for the left side of ITF-14 barcode symbol. Default is None.
Public propertyItf14RightHMark
Gets or sets the H mark type for the right side of ITF-14 barcode symbol. Default is None.
Public propertyLocked
Gets or sets whether this item cannot be inadvertently moved nor resized in the visual editor surface. Default is false.
(Inherited from Item.)
Public propertyMask
Gets or sets the input Mask for the value to encode. Default value is an empty string
Public propertyMaskIncrement
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
Public propertyMaxiCodeMode
Gets or sets the MaxiCode mode. Default value is Mode4
Public propertyMaxiCodeProcessTilde
Gets or sets whether tilde character '~' should be processed when MaxiCode code is being generated. Default value is false
Public propertyMaxiCodeSymbolCount
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
Public propertyMaxiCodeSymbolIndex
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
Public propertyMicroPdf417Version
Gets or sets the MicroPDF417 version (a predefined combinations of numbers of columns and rows) to be generated. Default value is Auto
Public propertyMicroQRCodeVersion
Gets or sets the Micro QR Code Version to use on that symbology. Default value is Auto
Public propertyMsiChecksum
Gets or sets the checksum mode to be used on MSI symbology. Default value is OneMod10
Public propertyName
Gets or sets the programmatic identifier or name assigned to the item. Default value is an empty string
(Inherited from Item.)
Public propertyPdf417AspectRatio
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)
Public propertyPdf417ByteEncodingName
Gets or sets the Encoding Name (Code Page) to be used for PDF417 Byte Compaction mode. Default value is "ISO-8859-1".
Public propertyPdf417Columns
Gets or sets the number of columns to use for PDF417 symbology. Default value is (Auto)
Public propertyPdf417CompactionType
Gets or sets the Compaction Type to apply for PDF417 symbology. Default value is Auto
Public propertyPdf417ErrorCorrectionLevel
Gets or sets the Error Correction Level to apply for PDF417 symbology. Default value is Level2
Public propertyPdf417FileId
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"
Public propertyPdf417Rows
Gets or sets the number of rows to use for PDF417 symbology. Default value is 0 (Auto)
Public propertyPdf417SegmentCount
Gets or sets the number of Macro PDF417 symbols. Its value must be less than or equal to 99999. Default value is 0 (zero)
Public propertyPdf417SegmentIndex
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)
Public propertyPdf417Truncated
Gets or sets whether the right side of PDF417 barcode is truncated (removed). Default value is false
Public propertyPharmacodeBarsSpacing
Gets or sets the gap between Pharmacode bars. Default value is 0.0417
Public propertyPharmacodeThickBarWidth
Gets or sets the width of Pharmacode Thick Bars. Default value is 0.0625
Public propertyPharmacodeThinBarWidth
Gets or sets the width of Pharmacode Thin Bars. Default value is 0.0208
Public propertyPlanetHeightShortBar
Gets or sets the short bars' height of Planet symbology. Default value is 0.1
Public propertyPlanetHeightTallBar
Gets or sets the tall bars' height of Planet symbology. Default value is 0.2
Public propertyPostal4StateAddStartStopChar
Gets or sets whether start and stop characters must be added and drawn on the barcode. Default value is true
Public propertyPostal4StateBarsSpacing
Gets or sets the gap spacing between bars. Default value is 0.0313
Public propertyPostal4StateTrackerBarHeight
Gets or sets the tracker bar's height. Default value is 0.08
Public propertyPostal4StateTrackerBarWidth
Gets or sets the tracker bar's width. Default value is 0.0208
Public propertyPostnetHeightShortBar
Gets or sets the short bars' height of Postnet symbology. Default value is 0.1
Public propertyPostnetHeightTallBar
Gets or sets the tall bars' height of Postnet symbology. Default value is 0.2
Public propertyPrintAsGraphic
Gets or sets whether the item's output is forced to be printed as a graphic. Default is false.
(Inherited from Item.)
Public propertyQRCodeByteEncodingName
Gets or sets the Encoding Name (Code Page) to be used for QR Code Byte Compaction mode. Default value is "ISO-8859-1"
Public propertyQRCodeEncoding
Gets or sets the QR Code Encoding to use on that symbology. Default value is Auto
Public propertyQRCodeErrorCorrectionLevel
Gets or sets the Error Correction Level to apply for QR Code symbology. Default value is M
Public propertyQRCodeModuleSize
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
Public propertyQRCodeProcessTilde
Gets or sets whether tilde character '~' should be processed when QR Code is being generated. Default value is false
Public propertyQRCodeVersion
Gets or sets the QR Code Version to use on that symbology. Default value is Auto
Public propertyQuietZone
Gets or sets the left, top, right and bottom quiet zones. Default value is 0.1, 0, 0.1, 0.02
Public propertyRotationAngle
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)
Public propertySegmentsPerRow
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.
Public propertySizing
Gets or sets the barcode sizing. Default value is None
Public propertySymbology
Gets or sets the barcode symbology/standard to generate. Default value is Code39
Public propertyTag
Gets or sets an arbitrary string value that can be used to store custom information about this item. Default is an empty string.
(Inherited from Item.)
Public propertyTelepenEncoding
Gets or sets the Telepen Encoding to use on that symbology. Default value is Ascii
Public propertyText
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.
Public propertyTextAlignment
Gets or sets the text alignment for Text property. Default value is AboveCenter
Public propertyTextFont
Gets the Font object for the Text property. Default value is NativePrinterFontA, 10pt
Public propertyTextForeColor
Gets or sets the foreground color of the text. Default value is Black
Public propertyTextFormatPattern
Gets or sets the string pattern to format the Text property. Based on String.Format(). Default value is empty (Disabled).
Public propertyUnitType
Gets or sets the Unit of Measurement for the item.
(Inherited from Item.)
Public propertyUpcESystem
Gets or sets the number system to use for UPC-E symbology. Default value is System0
Public propertyUseCache
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.)
Public propertyUseQuietZoneForText
Gets or sets whether quiet zones are used for drawing Text, Code and HumanReadableText properties. Default value is false
Public propertyUspsFimPattern
Gets or sets the USPS FIM pattern to use on that symbology. Default value is A
Public propertyUspsHorizontalBarsCount
Gets or sets the number of horizontal bars to be drawn. Default value is 10
Public propertyWidth
Gets or sets the width of the rectangle container. Default value is 1
Public propertyX
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.)
Public propertyY
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.)

Events

  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from Item.)

See Also