Syntax

C#
public abstract class SimpleBarcode
Visual Basic (Declaration)
Public MustInherit Class SimpleBarcode
Visual C++
public ref class SimpleBarcode abstract

The type exposes the following members.

Public Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodGetLicenseFolder
Returns folder path from which component will load license file (BarcodeLicense.xml).
(Inherited from BaseBarcode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWidth (Inherited from BaseBarcode.)
Public methodRenderOverloaded.
Public methodRenderHbitmapOverloaded.
Public methodSaveOverloaded.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Protected Methods

  NameDescription
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)

Public Properties

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

See Also