Code39Symbology Members
In This Article
#Constructors
Name | Description |
---|---|
Code39Symbology() | Initializes a new instance of the Code39Symbology class. |
#Fields
Name | Description |
---|---|
Calc |
Identifies the Calc |
Wide |
Identifies the Wide |
#Properties
Name | Description |
---|---|
Calc |
Gets or sets whether to calculate a checksum for the bar code.
Inherited from Symbology |
Generator |
Inherited from Symbology |
Wide |
Gets or sets the density of a bar code’s bars.
Inherited from Code39Symbology |
#Methods
Name | Description |
---|---|
Bar |
Inherited from Symbology |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also