BarcodeType
BarcodeType class
Specifies Barcode type properties.
public sealed class BarcodeType : IEquatable<BarcodeType>
Properties
Name |
Description |
TypeIndex { get; } |
Gets object index in a collection of supported Barcode types. |
TypeName { get; } |
Name of Barcode Type. |
Methods
Name |
Description |
Equals(BarcodeType) |
Determines whether the specified BarcodeType is equal to the current object. |
override Equals(object) |
Overridden method determines whether the specified System.Object is equal to the current System.Object. |
override GetHashCode() |
Overridden method serves as a hash function for a particular type. |
See Also