@vue-pdf-viewer/viewer
Version:
The PDF Viewer component for Vue 3 and Nuxt
61 lines (60 loc) • 1.32 kB
TypeScript
export declare enum LicenseType {
Premium = "premium",
Freemium = "freemium",
Unlicense = "none"
}
export declare enum ScrollMode {
Vertical = "Vertical",
Horizontal = "Horizontal",
Page = "Page",
Wrapped = "Wrapped"
}
export declare enum ViewMode {
SinglePage = "Single",
DualPage = "Dual"
}
export declare enum ZoomLevel {
ActualSize = "actualSize",
PageFit = "pageFit",
PageWidth = "pageWidth"
}
export declare enum ScrollDirection {
Horizontal = "Horizontal",
Vertical = "Vertical",
Both = "Both"
}
export declare enum VPVAnnotationType {
INTERNAL_LINK = "internal-link",
LINK = "link",
FILE_ATTACHMENT = "file-attachment",
FORM_TEXT = "form-text",
FORM_SELECT = "form-select",
FORM_CHECKBOX = "form-checkbox",
FORM_RADIO = "form-radio",
FORM_BUTTON = "form-button",
BUTTON = "button"
}
export declare enum LayerRenderStatus {
PreRender = 0,
DidRender = 1
}
export declare enum AnnotationSubType {
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,
Widget = 20
}