The Barcode type exposes the following members.

Properties

  NameDescription
Public propertyAddChecksum
Gets or sets whether checksum must be generated and attached to the value to encode.
Public propertyAntiAlias
It indicates if AntiAlias effect must be applied to all the texts in the barcode image.
Public propertyArtBarImagePattern
Gets or sets the image file (path or Base64 string) that will be used as a pattern to fill all the bars that compose the barcode symbol.
Public propertyArtLogoImage
Gets or sets the logo image file (path or Base64 string) that will be used to stamp it on top or bottom of the barcode symbol.
Public propertyArtLogoImageOpacity
Gets or sets the opacity [from 1 to 100 (fully opaque)] of the image logo file. Default is 100.
Public propertyArtLogoImagePercentage
Gets or sets the percentage used to resize the logo image based on the barcode symbol size. Default is 20.
Public propertyArtLogoImagePosition
Gets or sets the position of the logo image file on the barcode symbol. Default is Top.
Public propertyAutoSize
Gets or sets a value indicating whether the barcode image is automatically resized to display its entire contents.
Public propertyAztecCodeByteEncodingName
Gets or sets the Encoding Name (Code Page) to be used for Aztec Code in Byte Compaction mode. Default it ISO-8859-1.
Public propertyAztecCodeErrorCorrection
Gets or sets the Error Correction Percentage to apply for Aztec Code symbology. Default is 23.
Public propertyAztecCodeFormat
Gets or sets the Aztec Code Format to use on that symbology.
Public propertyAztecCodeModuleSize
Gets or sets the module size. The unit of measure must be specified to BarcodeUnit property.
Public propertyAztecCodeProcessTilde
Gets or sets whether tilde character should be processed when Aztec Code is being generated.
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.
Public propertyBackColor
Gets or sets the background color for the barcode image.
Public propertyBarcodeAlignment
Gets or sets the alignment of the whole barcode on the drawing surface.
Public propertyBarcodePaddingBottom
Gets or sets the extra space between the barcode content and the bottom border. The unit of measure must be specified to BarcodeUnit property.
Public propertyBarcodePaddingLeft
Gets or sets the extra space between the barcode content and the left border. The unit of measure must be specified to BarcodeUnit property.
Public propertyBarcodePaddingRight
Gets or sets the extra space between the barcode content and the right border. The unit of measure must be specified to BarcodeUnit property.
Public propertyBarcodePaddingTop
Gets or sets the extra space between the barcode content and the top border. The unit of measure must be specified to BarcodeUnit property.
Public propertyBarcodeUnit
Gets or sets the unit of measure for the barcode dimensions. Defauls is Inch. It must precede any barcode dimension properties settings.
Public propertyBarColor
Gets or sets the bars' color of the barcode.
Public propertyBarHeight
Gets or sets the bars' height of the barcode. The unit of measure must be specified to BarcodeUnit property.
Public propertyBarRatio
Gets or sets the wide bars' width compared to the narrow bars' width. In barcode terminology this is N value.
Public propertyBarWidth
Gets or sets the narrow bars' width of the barcode. In barcode terminology this is X value. The unit of measure must be specified to BarcodeUnit property.
Public propertyBarWidthAdjustment
Gets or sets the Bar Width Adjustment.
Public propertyBearerBarStyle
Gets or set the bearer bars' type that must be drawn with the barcode image. Bearer bar is only available for 2 of 5, Code 128 and UCC.EAN 128 barcodes.
Public propertyBearerBarWidth
Gets or sets the bearer bars' width. The unit of measure must be specified to BarcodeUnit property.
Public propertyBorderColor
Gets or sets the barcode image border's color.
Public propertyBorderWidth
Gets or sets the barcode image border's width to generate.
Public propertyBottomMargin
Gets or sets the height of the margin below the barcode bars. The unit of measure must be specified to BarcodeUnit property.
Public propertyCodabarStartChar
Gets or sets the start character for Codabar symbology. Possible values are: A, B, C or D.
Public propertyCodabarStopChar
Gets or sets the stop character for Codabar symbology. Possible values are: A, B, C or D.
Public propertyCode
Gets or sets the value to encode.
Public propertyCode128CharSet
Gets or sets the characters set to use in the Code 128 symbology. Possible values are: Auto, A, B or C.
Public propertyCode16kMode
Gets or sets the mode to use for Code16k symbology. Modes supported are: Mode 0, 1, and 2.
Public propertyCodeAlignment
Gets or sets the text alignment for Code property.
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 propertyDataMatrixByteEncodingName
Gets or sets the Encoding Name (Code Page) to be used for DataMatrix in Byte Compaction mode. Default it ISO-8859-1.
Public propertyDataMatrixEncoding
Gets or sets the DataMatrix Encoding to use on that symbology.
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.
Public propertyDataMatrixFormat
Gets or sets the DataMatrix Format to use on that symbology.
Public propertyDataMatrixModuleSize
Gets or sets the module size. The unit of measure must be specified to BarcodeUnit property.
Public propertyDataMatrixProcessTilde
Gets or sets whether tilde character should be processed when DataMatrix code is being generated.
Public propertyDataMatrixSymbolCount
Gets or sets the number of Data Matrix symbols. Its value must be less than or equal to 16.
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.
Public propertyDisplayChecksum
Gets or sets whether checksum value must be displayed after the value to encode in the barcode image.
Public propertyDisplayCode
Gets or sets whether the value to encode must be displayed in the barcode image.
Public propertyDisplayLightMarginIndicator
Gets or sets whether light margin indicators must be displayed in the barcode image. Only available for EAN/UPC Symbologies.
Public propertyDisplayStartStopChar
Gets or sets whether start and stop characters must be displayed in the barcode image.
Public propertyDpi
Gets or sets the barcode image resolution in dots per inch.
Public propertyEanUpcAutoBWAfor1278DigitsEnabled
Gets or sets whether the recommended Bar Width Adjustment for digits 1, 2, 7 and 8 by GS1 spec is enabled. Default is False.
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.
Public propertyEanUpcSupplementCode
Gets or sets the supplement value for EAN and UPC symbologies.
Public propertyEanUpcSupplementSeparation
Gets or sets the gap separation between the barcode and its supplement. The unit of measure must be specified to BarcodeUnit property.
Public propertyEanUpcSupplementTopMargin
Gets or sets the height of the margin above the EAN/UPC supplement bars. The unit of measure must be specified to BarcodeUnit property.
Public propertyErrorBehavior
Gets or sets what output type Barcode Professional will generate if an error occurs during barcode rendering. Default is BlankImage
Public propertyExtended
Gets or sets whether the extended versions for Code 39 and/or Code 93 symbologies must be used.
Public propertyFitBarsAreaHeight
Gets or sets the desired height of the area that the barcode bars must fit. The unit of measure must be specified to BarcodeUnit property.
Public propertyFitBarsAreaWidth
Gets or sets the desired width of the area that the barcode bars must fit. The unit of measure must be specified to BarcodeUnit property.
Public propertyFont
Gets or sets the font object associated with the barcode image.
Public propertyFontBold
It indicates whether the Font object is bold.
Public propertyFontItalic
It indicates whether the Font object is italic.
Public propertyFontName
Gets or sets the face name for the Font object to use.
Public propertyFontSize
Gets or sets the em-size of the Font object measured in the unit of the Font object.
Public propertyFontStrikeout
It indicates whether the Font object specifies a horizontal line through the font.
Public propertyFontUnderline
It indicates whether the Font object is underlined.
Public propertyForeColor
Gets or sets the foreground color of the barcode image.
Public propertyGS1DataStrictValidation
Gets or sets whether to strictly validate the specified GS1 Element Strings i.e. Application Identifier plus Data Field based on GS1 General Specifications rules. Default is false.
Public propertyGuardBar
Gets or sets whether guard bars must be drawn.
Public propertyGuardBarHeight
Gets or sets the guard bars' height. The unit of measure must be specified to BarcodeUnit property.
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 barcode image's height to generate. The unit of measure must be specified to BarcodeUnit property.
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.
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 propertyHumanReadableText
Gets or sets the Human Readable Text to be displayed instead of the value to encode specified in the Code property.
Public propertyImageFormat
Gets or sets the image format for the barcode.
Public propertyIsbnSupplementCode
Gets or sets the supplement value for ISBN symbology. It generally is the suggested price.
Public propertyIsbt128DataStructure
Gets or sets the ISBT 128 Data Structure to be generated.
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 propertyLicenseKey
Gets or sets the license key. You must set this value in order to unlock the trial version.
Public propertyLicenseOwner
Gets or sets the license owner name. You must set this value in order to unlock the trial version.
Public propertyMaxiCodeDrawPixelBasedSymbol
Gets or sets whether the MaxiCode symbol is drawn by using a Pixel Based method; otherwise, a Vector based method is used.
Public propertyMaxiCodeMode
Gets or sets the MaxiCode mode.
Public propertyMaxiCodeProcessTilde
Gets or sets whether tilde character should be processed when MaxiCode code is being generated.
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.
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.
Public propertyMICRCharHeight
Gets or sets the height of the MICR characters. The unit of measure must be specified to BarcodeUnit property.
Public propertyMICRCharSpacing
Gets or sets the gap spacing between each MICR character specified in the Code property. It must be a comma separated list of float point numbers (in InvariantCulture) specifying the desired spacing between each MICR char. The unit of measure must be specified to BarcodeUnit property IMPORTANT: Spacing is the distance between the right average edge of adjacent characters.
Public propertyMICRCharWidths
Gets or sets the widths of each MICR character specified in the Code property. It must be a comma separated list of float point numbers (in InvariantCulture) specifying the desired width of each MICR char. The unit of measure must be specified to BarcodeUnit property.
Public propertyMicroPdf417Version
Gets or sets the MicroPDF417 version (a predefined combinations of numbers of columns and rows) to be generated.
Public propertyMicroQRCodeVersion
Gets or sets the Micro QR Code Version to use on that symbology.
Public propertyMonochrome
Gets or sets a value indicating whether the barcode image must be converted to monochrome a.k.a. Black and White 1 bit per pixel format.
Public propertyMsiChecksum
Gets or sets the checksum mode to be used on MSI symbology.
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).
Public propertyPdf417ByteEncodingName
Gets or sets the Encoding Name (Code Page) to be used for PDF417 Byte Compaction mode. Default it ISO-8859-1.
Public propertyPdf417Columns
Gets or sets the number of columns to use for PDF417 symbology.
Public propertyPdf417CompactionType
Gets or sets the Compaction Type to apply for PDF417 symbology.
Public propertyPdf417ErrorCorrectionLevel
Gets or sets the Error Correction Level to apply for PDF417 symbology.
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.
Public propertyPdf417Rows
Gets or sets the number of rows to use for PDF417 symbology.
Public propertyPdf417SegmentCount
Gets or sets the number of Macro PDF417 symbols. Its value must be less than or equal to 99999.
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.
Public propertyPdf417Truncated
Gets or sets whether the right side of PDF417 barcode is truncated (removed).
Public propertyPharmacodeBarsSpacing
Gets or sets the gap between Pharmacode bars.
Public propertyPharmacodeThickBarWidth
Gets or sets the width of Pharmacode Thick Bars.
Public propertyPharmacodeThinBarWidth
Gets or sets the width of Pharmacode Thin Bars.
Public propertyPlanetHeightShortBar
Gets or sets the short bars' height of Planet symbology. The unit of measure must be specified to BarcodeUnit property.
Public propertyPlanetHeightTallBar
Gets or sets the tall bars' height of Planet symbology. The unit of measure must be specified to BarcodeUnit property.
Public propertyPostal4StateAddStartStopChar
Gets or sets whether start and stop characters must be added and drawn in the barcode image.
Public propertyPostal4StateBarsSpacing
Gets or sets the gap spacing between bars. The unit of measure must be specified to BarcodeUnit property.
Public propertyPostal4StateTrackerBarHeight
Gets or sets the tracker bar's height. The unit of measure must be specified to BarcodeUnit property.
Public propertyPostal4StateTrackerBarWidth
Gets or sets the tracker bar's width. The unit of measure must be specified to BarcodeUnit property.
Public propertyPostnetHeightShortBar
Gets or sets the short bars' height of Postnet symbology. The unit of measure must be specified to BarcodeUnit property.
Public propertyPostnetHeightTallBar
Gets or sets the tall bars' height of Postnet symbology. The unit of measure must be specified to BarcodeUnit property.
Public propertyQRCodeByteEncodingName
Gets or sets the Encoding Name (Code Page) to be used for QR Code Byte Compaction mode. Default it ISO-8859-1.
Public propertyQRCodeEncoding
Gets or sets the QR Code Encoding to use on that symbology.
Public propertyQRCodeErrorCorrectionLevel
Gets or sets the Error Correction Level to apply for QR Code symbology.
Public propertyQRCodeModuleSize
Gets or sets the module size. The unit of measure must be specified to BarcodeUnit property.
Public propertyQRCodeProcessTilde
Gets or sets whether tilde character should be processed when QR Code is being generated.
Public propertyQRCodeVersion
Gets or sets the QR Code Version to use on that symbology.
Public propertyQuietZoneWidth
Gets or sets the quiet zone's width. The unit of measure must be specified to BarcodeUnit property.
Public propertyRotate
Gets or sets the rotation angle to apply on the barcode image.
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 is 4.
Public propertySnapsToDevicePixels
Gets or sets a value that determines whether barcode drawing should use device-specific pixel settings during rendering. Default value is false.
Public propertySymbology
Gets or sets the barcode symbology to generate.
Public propertyTelepenEncoding
Gets or sets the Telepen Encoding to use on that symbology.
Public propertyText
Gets or sets the additional text to show in the barcode image e.g.: Client ID. Note: This is not the value to encode.
Public propertyTextAlignment
Gets or sets the text alignment for Text property.
Public propertyTextFormatPattern
Gets or sets the string pattern to format the Text property. Based on String.Format(). Default value is empty (Disabled).
Public propertyTopMargin
Gets or sets the height of the margin above the barcode bars. The unit of measure must be specified to BarcodeUnit property.
Public propertyUpcESystem
Gets or sets the number system to use for UPC-E symbology.
Public propertyUseQuietZoneForText
Gets or sets whether quiet zones are used for drawing Text and/or Code properties.
Public propertyUspsFimPattern
Gets or sets the USPS FIM pattern to use on that symbology.
Public propertyUspsHorizontalBarsCount
Gets or sets the number of horizontal bars to be drawn.
Public propertyWidth
Gets or sets the barcode image's width to generate. The unit of measure must be specified to BarcodeUnit property.

See Also