Click or drag to resize

BarcodeInfo Class

Inheritance Hierarchy
System Object
Spire.Barcode.Settings BarcodeInfo

Namespace: Spire.Barcode.Settings
Assembly: Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public class BarcodeInfo

The BarcodeInfo type exposes the following members.

Properties
Name Description
Public property BarCodeReadType
Get barcode type
Public property DataString
Get barcode data
Public property Vertexes
Get barcode position,return the four vertices of the rectangle
Top
Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
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 .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString (Overrides Object ToString .)
Top
Fields
Name Description
Public field checkSum
Top
See Also