Barcode39Ext Class |
Namespace: Limilabs.Barcode
The Barcode39Ext type exposes the following members.
Name | Description | |
---|---|---|
Barcode39Ext | Initializes a new instance of the Barcode39Ext class |
Name | Description | |
---|---|---|
BackColor |
Back color.
(Inherited from BaseBarcode.) | |
BackColorOle |
Back color for OLE.
(Inherited from BaseBarcode.) | |
BarColor |
Bar color.
(Inherited from BaseBarcode.) | |
BarColorOle |
Bar color for OLE.
(Inherited from BaseBarcode.) | |
BearerBars |
Bearer bars type.
(Inherited from SimpleBarcode.) | |
BearerBarsSize |
Bearer bars size in pixels.
(Inherited from SimpleBarcode.) | |
ChecksumAdd |
True if checksum should be added.
(Inherited from BaseBarcode.) | |
ChecksumVisible |
True if checksum should be visible in barcode text.
(Inherited from BaseBarcode.) | |
Code128SetMode |
You can specify the set that should be used when using Code128.
Code128SetMode.BestFitABC is default.
(Inherited from BaseBarcode.) | |
CustomText |
Custom text which will be rendered instead of Number.
(Inherited from BaseBarcode.) | |
EAN128IsFNC1OmmitedForFixedLength |
True if FNC1 control character should be ommited for fixed length fields.
This results in shorter barcode. True is default.
(Inherited from BaseBarcode.) | |
FontHeight |
Fraction of Height which will be reserved for text label.
Between 0 and 1.0. Default is 0.15
(Inherited from BaseBarcode.) | |
FontName |
Font name that will be used for any text on barcode image.
(Inherited from BaseBarcode.) | |
FontStyle |
Font style that will be used for any text on barcode image.
(Inherited from BaseBarcode.) | |
ForeColor |
Text color.
(Inherited from BaseBarcode.) | |
ForeColorOle |
Text color for OLE.
(Inherited from BaseBarcode.) | |
Height |
Barcode height in pixels.
(Inherited from BaseBarcode.) | |
IsNumberVisible |
True if text should be visible in rendered barcode.
(Inherited from BaseBarcode.) | |
LeftQuietZone |
Gets or sets quiet zone size.
If SetMarginsAutomatically is set to true always returns this.NarrowBarWidth*9.
(Inherited from BaseBarcode.) | |
NarrowBarWidth |
Width of the narrow bar in rendered barcode in pixels.
(Inherited from BaseBarcode.) | |
Number |
Barcode number. Separate supplement with ',' char.
(Inherited from BaseBarcode.) | |
Ratio |
Wide/narrow bar ratio.
(Inherited from BaseBarcode.) | |
RightQuietZone |
Gets or sets quiet zone size.
If SetMarginsAutomatically is set to true always returns this.NarrowBarWidth*9.
(Inherited from BaseBarcode.) | |
Rotation |
Rotation of the rendered barcode.
(Inherited from BaseBarcode.) | |
SetMarginsAutomatically |
If set to true RightQuietZone and LeftQuietZone always returns this.NarrowBarWidth*9.
(Inherited from BaseBarcode.) | |
TextRenderingHint |
Gets or sets text rendering hint.
(Inherited from BaseBarcode.) |
Name | Description | |
---|---|---|
CalculateChecksum |
Calculates checksum
(Inherited from Barcode39.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetLicenseFolder |
Returns folder path from which component
will load license file (BarcodeLicense.xml).
(Inherited from BaseBarcode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetWidth | (Inherited from BaseBarcode.) | |
ReadExt | ||
Render |
Creates new Bitmap with rendered Barcode.
(Inherited from BaseBarcode.) | |
Render(ImageType) |
Creates new Bitmap with rendered barcode and
returns byte array containing the image.
(Inherited from BaseBarcode.) | |
Render(Single, Single) |
Creates new Bitmap with rendered Barcode.
(Inherited from BaseBarcode.) | |
Render(Graphics, Int32, Int32) |
Renders barcode on specified graphics object.
(Inherited from BaseBarcode.) | |
Render(ImageType, Single, Single) |
Creates new Bitmap with rendered barcode and
returns byte array containing the image.
(Inherited from BaseBarcode.) | |
RenderDpi | (Inherited from BaseBarcode.) | |
RenderHbitmap |
Creates new Bitmap with rendered Barcode.
(Inherited from BaseBarcode.) | |
RenderHbitmap(Single, Single) |
Creates new Bitmap with rendered Barcode.
(Inherited from BaseBarcode.) | |
RenderHbitmapDpi | (Inherited from BaseBarcode.) | |
Save(Stream, ImageType) |
Creates new Bitmap with rendered Barcode and saves it to the stream
with specified image format.
(Inherited from BaseBarcode.) | |
Save(String, ImageType) |
Creates new Bitmap with rendered Barcode and saves
it to file of imageType format.
(Inherited from BaseBarcode.) | |
Save(Stream, ImageType, Single, Single) |
Creates new Bitmap with rendered Barcode and saves it to the stream
with specified image format and resolution
(Inherited from BaseBarcode.) | |
Save(String, ImageType, Single, Single) |
Creates new Bitmap with rendered Barcode and saves it to file of imageType format.
(Inherited from BaseBarcode.) | |
SaveDpi | (Inherited from BaseBarcode.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |