@softvision/webpdf-wsclient-typescript
Version:
A simplified and optimized API client library for the webPDF server
10 lines • 320 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OCGState = void 0;
var OCGState;
(function (OCGState) {
OCGState["Toggle"] = "Toggle";
OCGState["OFF"] = "OFF";
OCGState["ON"] = "ON";
})(OCGState || (exports.OCGState = OCGState = {}));
//# sourceMappingURL=OCGState.js.map