BaseEncodeType Class |
Namespace: Aspose.BarCode.Generation
The BaseEncodeType type exposes the following members.
Name | Description | |
---|---|---|
![]() | Classification |
Gets a classification of this symbology.
|
![]() | TypeIndex |
Gets an index of encode type
|
![]() | TypeName |
Gets a name of encode type
|
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Returns a value indicating whether this instance is equal to a specified BaseEncodeType value.
(Overrides ObjectEquals(Object).) |
![]() | Equals(BaseEncodeType) |
Returns a value indicating whether this instance is equal to a specified BaseEncodeType value.
|
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode |
Returns the hash code for this instance.
(Overrides ObjectGetHashCode.) |
![]() | GetString |
Converts the instance of BaseEncodeType to its equivalent string representation.
The string format is: "Index:0; Name:Codabar".
|
![]() ![]() | GetString(BaseEncodeType) |
Converts the instance of BaseEncodeType to its equivalent string representation.
The string format is: "Index:-1; Name:None".
|
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() ![]() | Parse |
Converts the string representation of the name of a BaseEncodeType to its instance.
|
![]() | ToString |
Returns the name of the given BaseEncodeType as a string.
(Overrides ObjectToString.) |
![]() ![]() | TryParse(String, BaseEncodeType) |
Converts the string representation of a BaseEncodeType to its instance.
A return value indicates whether the conversion succeeded or failed.
|
![]() ![]() | TryParse(String, SymbologyEncodeType) |
Converts the string representation of a BaseEncodeType to its instance.
A return value indicates whether the conversion succeeded or failed.
|