asposepdfcloud
Version:
Aspose.PDF Cloud is a REST API for creating and editing PDF files. Most popular features proposed by Aspose.PDF Cloud: PDF to Word, Convert PDF to Image, Merge PDF, Split PDF, Add Images to PDF, Rotate PDF. It can also be used to convert PDF files to diff
35 lines • 1.47 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.AnnotationType = void 0;
var AnnotationType;
(function (AnnotationType) {
AnnotationType["Text"] = "Text";
AnnotationType["Circle"] = "Circle";
AnnotationType["Polygon"] = "Polygon";
AnnotationType["PolyLine"] = "PolyLine";
AnnotationType["Line"] = "Line";
AnnotationType["Square"] = "Square";
AnnotationType["FreeText"] = "FreeText";
AnnotationType["Highlight"] = "Highlight";
AnnotationType["Underline"] = "Underline";
AnnotationType["Squiggly"] = "Squiggly";
AnnotationType["StrikeOut"] = "StrikeOut";
AnnotationType["Caret"] = "Caret";
AnnotationType["Ink"] = "Ink";
AnnotationType["Link"] = "Link";
AnnotationType["Popup"] = "Popup";
AnnotationType["FileAttachment"] = "FileAttachment";
AnnotationType["Sound"] = "Sound";
AnnotationType["Movie"] = "Movie";
AnnotationType["Screen"] = "Screen";
AnnotationType["Widget"] = "Widget";
AnnotationType["Watermark"] = "Watermark";
AnnotationType["TrapNet"] = "TrapNet";
AnnotationType["PrinterMark"] = "PrinterMark";
AnnotationType["Redaction"] = "Redaction";
AnnotationType["Stamp"] = "Stamp";
AnnotationType["RichMedia"] = "RichMedia";
AnnotationType["Unknown"] = "Unknown";
AnnotationType["PDF3D"] = "PDF3D";
})(AnnotationType || (exports.AnnotationType = AnnotationType = {}));
//# sourceMappingURL=annotationType.js.map
;