SymbologyEncodeType Class |
Namespace: Aspose.BarCode.Generation
The SymbologyEncodeType type exposes the following members.
| Name | Description | |
|---|---|---|
| Classification |
Gets a classification of this symbology.
(Inherited from BaseEncodeType.) | |
| TypeIndex |
Gets an index of encode type
(Inherited from BaseEncodeType.) | |
| TypeName |
Gets a name of encode type
(Inherited from BaseEncodeType.) |
| Name | Description | |
|---|---|---|
| Equals(Object) |
Returns a value indicating whether this instance is equal to a specified BaseEncodeType value.
(Inherited from BaseEncodeType.) | |
| Equals(BaseEncodeType) |
Returns a value indicating whether this instance is equal to a specified BaseEncodeType value.
(Inherited from BaseEncodeType.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode |
Returns the hash code for this instance.
(Inherited from BaseEncodeType.) | |
| GetString |
Converts the instance of BaseEncodeType to its equivalent string representation.
The string format is: "Index:0; Name:Codabar".
(Inherited from BaseEncodeType.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString |
Returns the name of the given BaseEncodeType as a string.
(Inherited from BaseEncodeType.) |
[C#] SymbologyEncodeType symbologyType = EncodeTypes.QR [VB.NET] Dim symbologyType As SymbologyEncodeType symbologyType = EncodeTypes.QR