Click or drag to resize

IBarcodeSettings Interface

Defines barcode settings.

Namespace:  Spire.Barcode
Assembly:  Spire.Barcode (in Spire.Barcode.dll) Version: 5.9.4.0 (5.9.4.9040)
Syntax
public interface IBarcodeSettings

The IBarcodeSettings type exposes the following members.

Properties
  NameDescription
Public propertyAutoResize
The size of image automatically.
Public propertyAztecErrorCorrection
Gets or sets a value specifies what degree of error correction. the default is 23.
Public propertyAztecLayers
Gets or sets a value specifies the required number of layers for an Aztec code. A negative number(-1, -2, -3, -4) specifies a compact Aztec code 0 indicates to use the minimum nuber for layers (the default) A positive number (1, 2, ... 32) specifies a normal (non-compact) Aztec code.
Public propertyBackColor
The back color of the barcode.
Public propertyBarHeight
The height of the barcode. Affected by Unit.
Public propertyBorderColor
Border's color
Public propertyBorderDashStyle
Border's Dash style.
Public propertyBorderWidth
Borders's width of barcode image.
Public propertyBottomMargin
The vertical bottom offset height of the barcode to the border.
Public propertyBottomText
Bottom text;
Public propertyBottomTextAligment
Indicate Bottom text aligment.
Public propertyBottomTextColor
Text color of Bottom text;
Public propertyBottomTextFont
Text font of Bottom text;
Public propertyCodabarStartChar
Start character of codabar barcode.
Public propertyCodabarStopChar
Stop character of codabar barcode.
Public propertyCode128SetMode
Public propertyColumnCount
Columns of 2D Barcode.
Public propertyData
The data to render with the barcode.
Public propertyData2D
The data to render with the 2D barcode.
Public propertyDataMatrixSymbolShape
Gets or sets a value specifies the symbol shape hint for DataMatrix barcode. the default is Auto.
Public propertyDpiX
Gets or sets the horizontal resolution.
Public propertyDpiY
Gets or sets the horizontal resolution.
Public propertyForeColor
The fore color of the barcode.
Public propertyHasBorder
Indicates whether has border;
Public propertyImageHeight
Height of Barcode image.
Public propertyImageWidth
Width of Barcode image.
Public propertyITF14BearerBars
ITF14 barcode Bearer Bars
Public propertyLeftMargin
The horizontal left offset width of the barcode to the border.
Public propertyMacroFileIndex
Gets or sets macro pdf417 Barcode's file index.
Public propertyMacroSegmentIndex
Gets or sets macro pdf417 Barcode's segment index.
Public propertyPdf417DataMode
Gets or sets data mode of Pdf417 barcode.
Public propertyPdf417ECL
Error correction level of pdf417 Barcode.
Public propertyPdf417Truncated
Indicates wheter has been truncated of pdf 417 Barcode.
Public propertyQRCodeDataMode
Gets or sets of QRCode Barcode.
Public propertyQRCodeECL
Error correction level of QRCode Barcode.
Public propertyQRCodeLogoImage
Gets or sets logo image of QRCode Barcode.
Public propertyResolutionType
Gets or sets the resolution.
Public propertyRightMargin
The horizontal right offset width of the barcode to the border.
Public propertyRotate
Rotation angle of Barcode image.
Public propertyRowCount
Rows of 2D Barcode.
Public propertyShowBottomText
Indicates whether shows Bottom text.
Public propertyShowCheckSumChar
Indicates whether shows checksum digit in Code128 and EAN128 Barcodes.
Public propertyShowStartCharAndStopChar
Show start character and stop character of codabar barcode.
Public propertyShowText
Indicates whether display barcode data text.
Public propertyShowTextOnBottom
Indicates whether display barcode data text on bottom.
Public propertyShowTopText
Indicates whether shows top text.
Public propertySupData
Supplement data.
Public propertySupSpace
Space between main and supplement Barcode.
Public propertyTextAlignment
The position of the text rendered in the barcode.
Public propertyTextColor
The color of the bar of the barcode.
Public propertyTextFont
The font used to render the text inside the barcode.
Public propertyTextMargin
Space between barcode and text.
Public propertyTextRenderingHint
Quality of text rendering.
Public propertyTopMargin
The vertical top offset height of the barcode to the border. Affected by Unit.
Public propertyTopText
Top text;
Public propertyTopTextAligment
Indicate top text aligment.
Public propertyTopTextColor
Text color of top text;
Public propertyTopTextFont
Text font of top text;
Public propertyTopTextMargin
Indicate top text margin.
Public propertyType
The type of the barcode.
Public propertyUnit
The unit of measure of the barcode's measurable properties.
Public propertyUseAntiAlias
Inidcates whether use anti alias mode to render image.
Public propertyUseChecksum
Whether the barcode will use an (optional) checksum. Not every barcode requires a checksum, and others mandate it.
Public propertyWideNarrowRatio
Wide/narrow ratio.
Public propertyX
Width of barcode bar module.
Public propertyXYRatio
height/width ratio of 2D Barcode's module.
Public propertyY
Height of 2D barcode bar module.
Top
See Also