UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

15 lines 797 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MetadataImageOrientation = void 0; var MetadataImageOrientation; (function (MetadataImageOrientation) { MetadataImageOrientation["TopLeft"] = "topLeft"; MetadataImageOrientation["TopRight"] = "topRight"; MetadataImageOrientation["BottomRight"] = "bottomRight"; MetadataImageOrientation["BottomLeft"] = "bottomLeft"; MetadataImageOrientation["LeftTop"] = "leftTop"; MetadataImageOrientation["RightTop"] = "rightTop"; MetadataImageOrientation["RightBottom"] = "rightBottom"; MetadataImageOrientation["LeftBottom"] = "leftBottom"; })(MetadataImageOrientation || (exports.MetadataImageOrientation = MetadataImageOrientation = {})); //# sourceMappingURL=MetadataImageOrientation.js.map