@softvision/webpdf-wsclient-typescript
Version:
A simplified and optimized API client library for the webPDF server
17 lines • 898 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BackgroundPositionMode = void 0;
var BackgroundPositionMode;
(function (BackgroundPositionMode) {
BackgroundPositionMode["CenterRight"] = "center_right";
BackgroundPositionMode["BottomRight"] = "bottom_right";
BackgroundPositionMode["BottomCenter"] = "bottom_center";
BackgroundPositionMode["TopCenter"] = "top_center";
BackgroundPositionMode["CenterCenter"] = "center_center";
BackgroundPositionMode["BottomLeft"] = "bottom_left";
BackgroundPositionMode["Custom"] = "custom";
BackgroundPositionMode["CenterLeft"] = "center_left";
BackgroundPositionMode["TopRight"] = "top_right";
BackgroundPositionMode["TopLeft"] = "top_left";
})(BackgroundPositionMode || (exports.BackgroundPositionMode = BackgroundPositionMode = {}));
//# sourceMappingURL=BackgroundPositionMode.js.map