export declare enum EventAnnotation { textSelection = "vpv:annotation:textSelection", freeText = "vpv:annotation:freeText", signature = "vpv:annotation:signature", image = "vpv:annotation:image", highlight = "vpv:annotation:highlight", underline = "vpv:annotation:underline", strikeout = "vpv:annotation:strikeout" } export declare enum EventCore { AnnotationCreated = "vpv:annotation:created", AnnotationUpdated = "vpv:annotation:updated", AnnotationDeleted = "vpv:annotation:deleted", AnnotationMounted = "vpv:annotation:mounted", Rotate = "vpv:rotate", ShowNotificationError = "vpv:notification:error" } export declare enum AnnotationType { Text = 1, Link = 2, FreeText = 3, Line = 4, Square = 5, Circle = 6, Polygon = 7, Polyline = 8, Highlight = 9, Underline = 10, Squiggly = 11, StrikeOut = 12, Stamp = 13, Caret = 14, Ink = 15, Popup = 16, FileAttachment = 17, Sound = 18, Movie = 19, Widget = 20, Screen = 21, PrinterMark = 22, TrapNet = 23, Watermark = 24, ThreeD = 25, Redact = 26 } export declare enum AnnotationFlag { INVISIBLE = 1, HIDDEN = 2, PRINT = 4, NOZOOM = 8, NOROTATE = 16, NOVIEW = 32, READONLY = 64, LOCKED = 128, TOGGLENOVIEW = 256, LOCKEDCONTENTS = 512 }