mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 17:30:09 +02:00
Implement annotation border style class and constants
This commit is contained in:
parent
bf20334bea
commit
88b2059ed9
2 changed files with 146 additions and 0 deletions
|
@ -50,6 +50,14 @@ var AnnotationType = {
|
|||
LINK: 3
|
||||
};
|
||||
|
||||
var AnnotationBorderStyleType = {
|
||||
SOLID: 1,
|
||||
DASHED: 2,
|
||||
BEVELED: 3,
|
||||
INSET: 4,
|
||||
UNDERLINE: 5
|
||||
};
|
||||
|
||||
var StreamType = {
|
||||
UNKNOWN: 0,
|
||||
FLATE: 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue