123456789101112131415161718192021222324252627 |
- export default {
- totalPage: 0,
- currentPage: 1,
- pdf: null,
- progress: {
- loaded: 0,
- total: 1,
- },
- viewport: {},
- scale: 1,
- rotation: 0,
- annotations: [],
- watermark: {
- type: 'text',
- textcolor: '#c0c0c0',
- opacity: 0.3,
- text: '',
- scale: 2,
- rotation: 45,
- vertalign: 'center',
- horizalign: 'center',
- xoffset: 0,
- yoffset: 0,
- imagepath: '',
- isfront: 'yes',
- },
- };
|