Click or drag to resize

BarCodeGenerator Class

Operates on IBarcodeSettings to provide barcode rendering and conversion services.
Inheritance Hierarchy
System Object
Spire.Barcode BarCodeGenerator

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

The BarCodeGenerator type exposes the following members.

Constructors
Name Description
Public method BarCodeGenerator
Creates a new instance of the BarCodeGenerator class.
Top
Methods
Name Description
Public method Static member CopySettings
Copy settings between IBarcodeSettings .
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Public method GenerateImage
Generates an image with the rendered barcode based on the settings ( IBarcodeSettings ).
Public method GenerateImage(Size)
Generates an image with the rendered barcode based on the settings ( IBarcodeSettings ).
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also