Click or drag to resize

BarCodeGenerator Class

Operates on IBarcodeSettings to provide barcode rendering and conversion services.
Inheritance Hierarchy
SystemObject
  Spire.BarcodeBarCodeGenerator

Namespace:  Spire.Barcode
Assembly:  Spire.Barcode (in Spire.Barcode.dll) Version: 5.9.4.0 (5.9.4.9040)
Syntax
[SerializableAttribute]
public sealed class BarCodeGenerator

The BarCodeGenerator type exposes the following members.

Constructors
  NameDescription
Public methodBarCodeGenerator
Creates a new instance of the BarCodeGenerator class.
Top
Methods
  NameDescription
Public methodStatic memberCopySettings
Copy settings between IBarcodeSettings.
Public methodEquals (Inherited from Object.)
Public methodGenerateImage
Generates an image with the rendered barcode based on the settings (IBarcodeSettings).
Public methodGenerateImage(Size)
Generates an image with the rendered barcode based on the settings (IBarcodeSettings).
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also