Expose the Linearization status in the document properties dialog

This uses the same terminology, i.e. "Fast Web View", as is used by Adobe software.
This commit is contained in:
Jonas Jenwald 2018-07-24 16:24:30 +02:00
parent 928b89382e
commit 522040d130
6 changed files with 32 additions and 1 deletions

View file

@ -166,6 +166,7 @@ function getViewerConfiguration() {
'version': document.getElementById('versionField'),
'pageCount': document.getElementById('pageCountField'),
'pageSize': document.getElementById('pageSizeField'),
'linearized': document.getElementById('linearizedField'),
},
},
errorWrapper: {