@softvision/webpdf-wsclient-typescript
Version:
A simplified and optimized API client library for the webPDF server
13 lines • 571 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PageLayout = void 0;
var PageLayout;
(function (PageLayout) {
PageLayout["SinglePage"] = "singlePage";
PageLayout["TwoPagesContinous"] = "twoPagesContinous";
PageLayout["TwoPagesContinousRight"] = "twoPagesContinousRight";
PageLayout["SinglePageContinous"] = "singlePageContinous";
PageLayout["TwoPagesRight"] = "twoPagesRight";
PageLayout["TwoPages"] = "twoPages";
})(PageLayout || (exports.PageLayout = PageLayout = {}));
//# sourceMappingURL=PageLayout.js.map