Namespace: Spire.Barcode
Assembly: Spire.Barcode (in Spire.Barcode.dll) Version: 5.6.0.0 (5.6.0.9020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[SerializableAttribute]
public sealed class BarCodeGenerator
<SerializableAttribute>
Public NotInheritable Class BarCodeGenerator
[SerializableAttribute]
public ref class BarCodeGenerator sealed
[<SealedAttribute>]
[<SerializableAttribute>]
type BarCodeGenerator =  class end

Members

         
 All Members  Constructors   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
BarCodeGenerator(IBarcodeSettings)
Initializes a new instance of the BarCodeGenerator class
CopySettings(IBarcodeSettings, IBarcodeSettings)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GenerateImage()()()()
GenerateImage(Size)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  Spire.Barcode..::..BarCodeGenerator

See Also