Click or drag to resize

BarcodeSettings Class

Packages settings for barcodes. Canonical implementation of IBarcodeSettings .
Inheritance Hierarchy
System Object
Spire.Barcode BarcodeSettings

Namespace: Spire.Barcode
Assembly: Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
[SerializableAttribute]
public class BarcodeSettings : IBarcodeSettings

The BarcodeSettings type exposes the following members.

Constructors
Name Description
Public method BarcodeSettings
Initializes a new instance of the BarcodeSettings class
Top
Properties
Name Description
Public property AutoResize
Gets or sets adjust size of barcode 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
Public property BottomTextAligment
Indicate bottom text aligment.
Public property BottomTextColor
Bottom text color of barcode.
Public property BottomTextFont
Bottom text font of barcode.
Public property CodabarStartChar
Start character of codabar barcode.
Public property CodabarStopChar
Stop character of codabar barcode.
Public property Code128SetMode
Gets or sets code set of Barcode128 barcode.
Public property ColumnCount
Columns of 2D Barcode.
Public property Data
The data to render with the barcode.
Public property Data2D
Gets or sets text of 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 FontColor
The color of the font to render text in the barcode.
Public property ForeColor
Gets or sets foreground color of the barcode image.
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 Bearer bar
Public property LeftMargin
The horizontal (left and right) offset width of the barcode to the border. Affected by Unit .
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
Gets or set rotation angle of BarCode image.
Public property RowCount
Rows of 2D Barcode.
Public property ShowBottomText
Indicates whether displays 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's text.
Public property ShowTextOnBottom
Indicates whether display barcode's text on bottom.
Public property ShowTopText
Indicates whether displays 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
Gets or sets quality of barcode text rendering.
Public property TopMargin
The vertical topoffset height of the barcode to the border. Affected by Unit .
Public property TopText
Top text of barcode.
Public property TopTextAligment
Indicate top text aligment.
Public property TopTextColor
Top text color of barcode.
Public property TopTextFont
Top text font of barcode.
Public property TopTextMargin
The top margin of top text
Public property Type
The type of the barcode.
Public property Unit
Measurement unit.
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
Methods
Name Description
Public method Static member ApplyKey
Provide a valid key to remove the logo of E-iceblue in the barcode view or image generated by this component
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also