Package | Description |
---|---|
com.aspose.barcode.api |
Modifier and Type | Method and Description |
---|---|
BarcodeResponseList |
BarcodeApi.GetBarcodeRecognize(String name,
String type,
String checksumValidation,
Boolean stripFnc,
Integer rotationAngle,
Integer barcodesCount,
Integer rectX,
Integer rectY,
Integer rectWidth,
Integer rectHeight,
String storage,
String folder)
GetBarcodeRecognize
Recognize barcode from a file on server.
|
BarcodeResponseList |
BarcodeApi.PostBarcodeRecognizeFromUrlorContent(String type,
String checksumValidation,
Boolean stripFnc,
Integer rotationAngle,
String url,
File file)
PostBarcodeRecognizeFromUrlorContent
Recognize barcode from an url.
|
BarcodeResponseList |
BarcodeApi.PutBarcodeRecognizeFromBody(String name,
String type,
String folder,
BarcodeReader body)
PutBarcodeRecognizeFromBody
Recognition of a barcode from file on server with parameters in body.
|
Copyright © 2015. All rights reserved.