BarcodeSettings Class |
Namespace: Spire.Barcode
The BarcodeSettings type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
BarcodeSettings |
Initializes a new instance of the
BarcodeSettings
class
|
| Name | Description | |
|---|---|---|
|
|
AutoResize |
Gets or sets adjust size of barcode image automatically.
|
|
|
AztecErrorCorrection |
Gets or sets a value specifies what degree of error correction. the default is 23.
|
|
|
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.
|
|
|
BackColor |
The back color of the barcode.
|
|
|
BarHeight |
The height of the barcode. Affected by
Unit
.
|
|
|
BorderColor |
Border's color
|
|
|
BorderDashStyle |
Border's Dash style.
|
|
|
BorderWidth |
Borders's width of barcode image.
|
|
|
BottomMargin |
The vertical bottom offset height of the barcode to the border.
|
|
|
BottomText | |
|
|
BottomTextAligment |
Indicate bottom text aligment.
|
|
|
BottomTextColor |
Bottom text color of barcode.
|
|
|
BottomTextFont |
Bottom text font of barcode.
|
|
|
CodabarStartChar |
Start character of codabar barcode.
|
|
|
CodabarStopChar |
Stop character of codabar barcode.
|
|
|
Code128SetMode |
Gets or sets code set of Barcode128 barcode.
|
|
|
ColumnCount |
Columns of 2D Barcode.
|
|
|
Data |
The data to render with the barcode.
|
|
|
Data2D |
Gets or sets text of 2D barcode.
|
|
|
DataMatrixSymbolShape |
Gets or sets a value specifies the symbol shape hint for DataMatrix barcode. the default is Auto.
|
|
|
DpiX |
Gets or sets the horizontal resolution.
|
|
|
DpiY |
Gets or sets the horizontal resolution.
|
|
|
FontColor |
The color of the font to render text in the barcode.
|
|
|
ForeColor |
Gets or sets foreground color of the barcode image.
|
|
|
HasBorder |
Indicates whether has border;
|
|
|
ImageHeight |
Height of Barcode image.
|
|
|
ImageWidth |
Width of Barcode image.
|
|
|
ITF14BearerBars |
ITF14 Bearer bar
|
|
|
LeftMargin |
The horizontal (left and right) offset width of the barcode to the border.
Affected by
Unit
.
|
|
|
MacroFileIndex |
Gets or sets macro pdf417 Barcode's file index.
|
|
|
MacroSegmentIndex |
Gets or sets macro pdf417 Barcode's segment index.
|
|
|
Pdf417DataMode |
Gets or sets data mode of Pdf417 barcode.
|
|
|
Pdf417ECL |
Error correction level of pdf417 Barcode.
|
|
|
Pdf417Truncated |
Indicates wheter has been truncated of pdf 417 Barcode.
|
|
|
QRCodeDataMode |
Gets or sets of QRCode Barcode.
|
|
|
QRCodeECL |
Error correction level of QRCode Barcode.
|
|
|
QRCodeLogoImage |
Gets or sets logo image of QRCode Barcode.
|
|
|
ResolutionType |
Gets or sets the resolution.
|
|
|
RightMargin |
The horizontal right offset width of the barcode to the border.
|
|
|
Rotate |
Gets or set rotation angle of BarCode image.
|
|
|
RowCount |
Rows of 2D Barcode.
|
|
|
ShowBottomText |
Indicates whether displays bottom text.
|
|
|
ShowCheckSumChar |
Indicates whether shows checksum digit in Code128 and EAN128 Barcodes.
|
|
|
ShowStartCharAndStopChar |
Show start character and stop character of codabar barcode.
|
|
|
ShowText |
Indicates whether display barcode's text.
|
|
|
ShowTextOnBottom |
Indicates whether display barcode's text on bottom.
|
|
|
ShowTopText |
Indicates whether displays top text.
|
|
|
SupData |
Supplement data.
|
|
|
SupSpace |
Space between main and supplement Barcode.
|
|
|
TextAlignment |
The position of the text rendered in the barcode.
|
|
|
TextColor |
The color of the bar of the barcode.
|
|
|
TextFont |
The font used to render the text inside the barcode.
|
|
|
TextMargin |
Space between barcode and text.
|
|
|
TextRenderingHint |
Gets or sets quality of barcode text rendering.
|
|
|
TopMargin |
The vertical topoffset height of the barcode to the border.
Affected by
Unit
.
|
|
|
TopText |
Top text of barcode.
|
|
|
TopTextAligment |
Indicate top text aligment.
|
|
|
TopTextColor |
Top text color of barcode.
|
|
|
TopTextFont |
Top text font of barcode.
|
|
|
TopTextMargin |
The top margin of top text
|
|
|
Type |
The type of the barcode.
|
|
|
Unit |
Measurement unit.
|
|
|
UseAntiAlias |
Inidcates whether use anti alias mode to render image.
|
|
|
UseChecksum |
Whether the barcode will use an (optional) checksum.
Not every barcode requires a checksum, and others mandate it.
|
|
|
WideNarrowRatio |
Wide/narrow ratio.
|
|
|
X |
Width of barcode bar module.
|
|
|
XYRatio |
height/width ratio of 2D Barcode's module.
|
|
|
Y |
Height of 2D barcode bar module.
|
| Name | Description | |
|---|---|---|
|
|
ApplyKey |
Provide a valid key to remove the logo of E-iceblue in
the barcode view or image generated by this component
|
|
|
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
|
|
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|