@softvision/webpdf-wsclient-typescript
Version:
A simplified and optimized API client library for the webPDF server
10 lines • 318 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Context = void 0;
var Context;
(function (Context) {
Context["All"] = "all";
Context["Page"] = "page";
Context["Document"] = "document";
})(Context || (exports.Context = Context = {}));
//# sourceMappingURL=Context.js.map