UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

25 lines 1.18 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TextAnnotationIcons = void 0; var TextAnnotationIcons; (function (TextAnnotationIcons) { TextAnnotationIcons["Circle"] = "circle"; TextAnnotationIcons["Comment"] = "comment"; TextAnnotationIcons["Unnamed"] = "unnamed"; TextAnnotationIcons["Help"] = "help"; TextAnnotationIcons["Cross"] = "cross"; TextAnnotationIcons["Check"] = "check"; TextAnnotationIcons["UpLeftArrow"] = "upLeftArrow"; TextAnnotationIcons["Checkmark"] = "checkmark"; TextAnnotationIcons["Insert"] = "insert"; TextAnnotationIcons["NewParagraph"] = "newParagraph"; TextAnnotationIcons["Paragraph"] = "paragraph"; TextAnnotationIcons["RightPointer"] = "rightPointer"; TextAnnotationIcons["CrossHair"] = "crossHair"; TextAnnotationIcons["Star"] = "star"; TextAnnotationIcons["Note"] = "note"; TextAnnotationIcons["UpArrow"] = "upArrow"; TextAnnotationIcons["RightArrow"] = "rightArrow"; TextAnnotationIcons["Key"] = "key"; })(TextAnnotationIcons || (exports.TextAnnotationIcons = TextAnnotationIcons = {})); //# sourceMappingURL=TextAnnotationIcons.js.map