UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

10 lines 408 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PageOrientation = void 0; var PageOrientation; (function (PageOrientation) { PageOrientation["Landscape"] = "landscape"; PageOrientation["Portrait"] = "portrait"; PageOrientation["Any"] = "any"; })(PageOrientation || (exports.PageOrientation = PageOrientation = {})); //# sourceMappingURL=PageOrientation.js.map