public class QRCodeType extends Object
Specify QRCode type properties
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Overridden method determines whether the specified System.Object is equal to the current System.Object.
|
boolean |
equals(QRCodeType other)
Determines whether the specified QRCode is equal to the current object.
|
com.aspose.barcode.barcoderecognition.BaseDecodeType |
getAsposeDecodeType() |
com.aspose.barcode.SymbologyEncodeType |
getAsposeEncodeType() |
String |
getDefaultText() |
int |
getTypeIndex()
Get Index of object in collection of supported QRCode types
|
String |
getTypeName()
Name of QRCode Type
|
int |
hashCode()
Overridden method serves as a hash function for a particular type.
|
String |
toString()
Overridden method serves as conversion to string type
|
void |
validate(QRCodeSignOptions signOptions) |
public int getTypeIndex()
Get Index of object in collection of supported QRCode types
public String getTypeName()
Name of QRCode Type
public boolean equals(QRCodeType other)
Determines whether the specified QRCode is equal to the current object.
other
- public boolean equals(Object obj)
Overridden method determines whether the specified System.Object is equal to the current System.Object.
public int hashCode()
Overridden method serves as a hash function for a particular type.
public String toString()
Overridden method serves as conversion to string type
public com.aspose.barcode.SymbologyEncodeType getAsposeEncodeType()
public com.aspose.barcode.barcoderecognition.BaseDecodeType getAsposeDecodeType()
public String getDefaultText()
public void validate(QRCodeSignOptions signOptions)
Copyright © 2017. All rights reserved.