@softvision/webpdf-wsclient-typescript
Version:
A simplified and optimized API client library for the webPDF server
13 lines • 563 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AttachmentMode = void 0;
var AttachmentMode;
(function (AttachmentMode) {
AttachmentMode["Convert"] = "convert";
AttachmentMode["Embed"] = "embed";
AttachmentMode["ConvertEmbed"] = "convertEmbed";
AttachmentMode["ConvertMerge"] = "convertMerge";
AttachmentMode["ConvertMergeEmbed"] = "convertMergeEmbed";
AttachmentMode["Remove"] = "remove";
})(AttachmentMode || (exports.AttachmentMode = AttachmentMode = {}));
//# sourceMappingURL=AttachmentMode.js.map