@softvision/webpdf-wsclient-typescript
Version:
A simplified and optimized API client library for the webPDF server
9 lines • 442 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BarcodeDetectOutputFormat = void 0;
var BarcodeDetectOutputFormat;
(function (BarcodeDetectOutputFormat) {
BarcodeDetectOutputFormat["Xml"] = "xml";
BarcodeDetectOutputFormat["Json"] = "json";
})(BarcodeDetectOutputFormat || (exports.BarcodeDetectOutputFormat = BarcodeDetectOutputFormat = {}));
//# sourceMappingURL=BarcodeDetectOutputFormat.js.map