@softvision/webpdf-wsclient-typescript
Version:
A simplified and optimized API client library for the webPDF server
21 lines (20 loc) • 501 B
TypeScript
export declare enum TextAnnotationIcons {
Circle = "circle",
Comment = "comment",
Unnamed = "unnamed",
Help = "help",
Cross = "cross",
Check = "check",
UpLeftArrow = "upLeftArrow",
Checkmark = "checkmark",
Insert = "insert",
NewParagraph = "newParagraph",
Paragraph = "paragraph",
RightPointer = "rightPointer",
CrossHair = "crossHair",
Star = "star",
Note = "note",
UpArrow = "upArrow",
RightArrow = "rightArrow",
Key = "key"
}