Class MultyDecodeType

java.lang.Object
com.aspose.barcode.barcoderecognition.BaseDecodeType
com.aspose.barcode.barcoderecognition.MultiDecodeType
com.aspose.barcode.barcoderecognition.MultyDecodeType

@Deprecated public class MultyDecodeType extends com.aspose.barcode.barcoderecognition.MultiDecodeType
Deprecated.

Composite decode type.


 CreateThis sample shows how to create compound MultyDecode types that combine SingleDecodeType and MultiDecode types.
 
 MultyDecodeType types1 = new MultyDecodeType(DecodeType.QR, DecodeType.DATA_MATRIX);
 MultyDecodeType types2 = new MultyDecodeType(types1, DecodeType.CODE_128, DecodeType.CODE_39);
 

  • Constructor Details

    • MultyDecodeType

      public MultyDecodeType(SingleDecodeType... barcodeTypes)
      Deprecated.

      Initializes a new instance of the MultyDecodeType class.

      Parameters:
      barcodeTypes - Array of single decode types
    • MultyDecodeType

      public MultyDecodeType(BaseDecodeType... barcodeTypes)
      Deprecated.

      Initializes a new instance of the MultyDecodeType class.

      Parameters:
      barcodeTypes - Array of multi and single decode types