SingleDecodeType Class |
Namespace: Aspose.BarCode.BarCodeRecognition
The SingleDecodeType type exposes the following members.
Name | Description | |
---|---|---|
![]() | ContainsAny |
Returns a value indicating whether this instance is included into the list specified.
(Overrides BaseDecodeTypeContainsAny(BaseDecodeType).) |
![]() | Equals(Object) |
Returns a value indicating whether this instance is equal to a specified SingleDecodeType value.
(Overrides BaseDecodeTypeEquals(Object).) |
![]() | Equals(BaseDecodeType) |
Returns a value indicating whether this instance is equal to a specified BaseDecodeType value.
(Inherited from BaseDecodeType.) |
![]() | Equals(MultyDecodeType) |
Returns a value indicating whether this instance is equal to a specified MultyDecodeType value.
(Inherited from BaseDecodeType.) |
![]() | Equals(SingleDecodeType) |
Returns a value indicating whether this instance is equal to a specified SingleDecodeType value.
(Overrides BaseDecodeTypeEquals(SingleDecodeType).) |
![]() | GetHashCode |
Returns the hash code for this instance.
(Overrides BaseDecodeTypeGetHashCode.) |
![]() | GetString |
Converts the instance of SingleDecodeType to its equivalent string representation.
The string format is: "Index:-1; Name:None".
|
![]() ![]() | GetString(SingleDecodeType) |
Converts the instance of SingleDecodeType to its equivalent string representation.
The string format is: "Index:-1; Name:None".
|
![]() | GetType | (Inherited from Object.) |
![]() ![]() | Parse |
Converts the string representation of the name of a SingleDecodeType to its instance.
|
![]() | ToString |
Returns the name of the given SingleDecodeType as a string.
(Overrides ObjectToString.) |
[C#] SingleDecodeType singleType = DecodeType.QR [VB.NET] Dim singleType As SingleDecodeType singleType = DecodeType.QR