UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

13 lines 635 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MetadataPageLayout = void 0; var MetadataPageLayout; (function (MetadataPageLayout) { MetadataPageLayout["SinglePage"] = "singlePage"; MetadataPageLayout["TwoColumnLeft"] = "twoColumnLeft"; MetadataPageLayout["OneColumn"] = "oneColumn"; MetadataPageLayout["TwoPageRight"] = "twoPageRight"; MetadataPageLayout["TwoPageLeft"] = "twoPageLeft"; MetadataPageLayout["TwoColumnRight"] = "twoColumnRight"; })(MetadataPageLayout || (exports.MetadataPageLayout = MetadataPageLayout = {})); //# sourceMappingURL=MetadataPageLayout.js.map