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