@softvision/webpdf-wsclient-typescript
Version:
A simplified and optimized API client library for the webPDF server
12 lines • 464 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BoxSelection = void 0;
var BoxSelection;
(function (BoxSelection) {
BoxSelection["CropBox"] = "cropBox";
BoxSelection["BleedBox"] = "bleedBox";
BoxSelection["TrimBox"] = "trimBox";
BoxSelection["MediaBox"] = "mediaBox";
BoxSelection["ArtBox"] = "artBox";
})(BoxSelection || (exports.BoxSelection = BoxSelection = {}));
//# sourceMappingURL=BoxSelection.js.map