Click or drag to resize

IBarcodeSettings Interface

Defines barcode settings.

Namespace: Spire.Barcode
Assembly: Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public interface IBarcodeSettings

The IBarcodeSettings type exposes the following members.

Properties
Name Description
Public property AutoResize
The size of image automatically.
Public property AztecErrorCorrection
Gets or sets a value specifies what degree of error correction. the default is 23.
Public property AztecLayers
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 property BackColor
The back color of the barcode.
Public property BarHeight
The height of the barcode. Affected by Unit .
Public property BorderColor
Border's color
Public property BorderDashStyle
Border's Dash style.
Public property BorderWidth
Borders's width of barcode image.
Public property BottomMargin
The vertical bottom offset height of the barcode to the border.
Public property BottomText
Bottom text;
Public property BottomTextAligment
Indicate Bottom text aligment.
Public property BottomTextColor
Text color of Bottom text;
Public property BottomTextFont
Text font of Bottom text;
Public property CodabarStartChar
Start character of codabar barcode.
Public property CodabarStopChar
Stop character of codabar barcode.
Public property Code128SetMode
Public property ColumnCount
Columns of 2D Barcode.
Public property Data
The data to render with the barcode.
Public property Data2D
The data to render with the 2D barcode.
Public property DataMatrixSymbolShape
Gets or sets a value specifies the symbol shape hint for DataMatrix barcode. the default is Auto.
Public property DpiX
Gets or sets the horizontal resolution.
Public property DpiY
Gets or sets the horizontal resolution.
Public property ForeColor
The fore color of the barcode.
Public property HasBorder
Indicates whether has border;
Public property ImageHeight
Height of Barcode image.
Public property ImageWidth
Width of Barcode image.
Public property ITF14BearerBars
ITF14 barcode Bearer Bars
Public property LeftMargin
The horizontal left offset width of the barcode to the border.
Public property MacroFileIndex
Gets or sets macro pdf417 Barcode's file index.
Public property MacroSegmentIndex
Gets or sets macro pdf417 Barcode's segment index.
Public property Pdf417DataMode
Gets or sets data mode of Pdf417 barcode.
Public property Pdf417ECL
Error correction level of pdf417 Barcode.
Public property Pdf417Truncated
Indicates wheter has been truncated of pdf 417 Barcode.
Public property QRCodeDataMode
Gets or sets of QRCode Barcode.
Public property QRCodeECL
Error correction level of QRCode Barcode.
Public property QRCodeLogoImage
Gets or sets logo image of QRCode Barcode.
Public property ResolutionType
Gets or sets the resolution.
Public property RightMargin
The horizontal right offset width of the barcode to the border.
Public property Rotate
Rotation angle of Barcode image.
Public property RowCount
Rows of 2D Barcode.
Public property ShowBottomText
Indicates whether shows Bottom text.
Public property ShowCheckSumChar
Indicates whether shows checksum digit in Code128 and EAN128 Barcodes.
Public property ShowStartCharAndStopChar
Show start character and stop character of codabar barcode.
Public property ShowText
Indicates whether display barcode data text.
Public property ShowTextOnBottom
Indicates whether display barcode data text on bottom.
Public property ShowTopText
Indicates whether shows top text.
Public property SupData
Supplement data.
Public property SupSpace
Space between main and supplement Barcode.
Public property TextAlignment
The position of the text rendered in the barcode.
Public property TextColor
The color of the bar of the barcode.
Public property TextFont
The font used to render the text inside the barcode.
Public property TextMargin
Space between barcode and text.
Public property TextRenderingHint
Quality of text rendering.
Public property TopMargin
The vertical topoffset height of the barcode to the border. Affected by Unit .
Public property TopText
Top text;
Public property TopTextAligment
Indicate top text aligment.
Public property TopTextColor
Text color of top text;
Public property TopTextFont
Text font of top text;
Public property TopTextMargin
Indicate top text margin.
Public property Type
The type of the barcode.
Public property Unit
The unit of measure of the barcode's measurable properties.
Public property UseAntiAlias
Inidcates whether use anti alias mode to render image.
Public property UseChecksum
Whether the barcode will use an (optional) checksum. Not every barcode requires a checksum, and others mandate it.
Public property WideNarrowRatio
Wide/narrow ratio.
Public property X
Width of barcode bar module.
Public property XYRatio
height/width ratio of 2D Barcode's module.
Public property Y
Height of 2D barcode bar module.
Top
See Also