Syntax

C#
public interface IBaseBarcode
Visual Basic (Declaration)
Public Interface IBaseBarcode
Visual C++
public interface class IBaseBarcode

The type exposes the following members.

Public Methods

  NameDescription
Public methodGetLicenseFolder
Returns folder path from which component will load license file (BarcodeLicense.xml).
Public methodGetWidth
Public methodRenderOverloaded.
Public methodRenderHbitmapOverloaded.
Public methodSaveOverloaded.

Public Properties

  NameDescription
Public propertyBackColor
Back color.
Public propertyBarColor
Bar color.
Public propertyChecksumAdd
True if checksum should be added.
Public propertyChecksumVisible
True if checksum should be visible in barcode text.
Public propertyCustomText
Custom text which will be rendered instead of Number.
Public propertyFontHeight
Fraction of Height which will be reserved for text label. Between 0 and 1.0. Default is 0.15
Public propertyFontName
Font name that will be used for any text on barcode image.
Public propertyFontStyle
Font style that will be used for any text on barcode image.
Public propertyForeColor
Fore color.
Public propertyHeight
Barcode height in pixels.
Public propertyIsNumberVisible
True if text should be visible in rendered barcode.
Public propertyLeftQuietZone
Gets or sets quiet zone size. If SetMarginsAutomatically is set to true always returns this.NarrowBarWidth*9.
Public propertyNarrowBarWidth
Width of the narrow bar in rendered barcode in pixels.
Public propertyNumber
Barcode number. Separate supplement with ',' char.
Public propertyRatio
Wide/narrow bar ratio.
Public propertyRightQuietZone
Gets or sets quiet zone size. If SetMarginsAutomatically is set to true always returns this.NarrowBarWidth*9.
Public propertyRotation
Rotation of the rendered barcode.
Public propertySetMarginsAutomatically
If set to true RightQuietZone and LeftQuietZone always return this.NarrowBarWidth*9.

See Also