license updates
This commit is contained in:
parent
e01fce424f
commit
28b2b30dce
@ -13,8 +13,8 @@ export class LicenseInformationScreenComponent {
|
||||
public currentInfo: LicenseReport = {};
|
||||
public totalInfo: LicenseReport = {};
|
||||
public unlicensedInfo: LicenseReport = {};
|
||||
public totalLicensedNumberOfPages: number = 0;
|
||||
public analysisPercentageOfLicense: number = 100;
|
||||
public totalLicensedNumberOfPages = 0;
|
||||
public analysisPercentageOfLicense = 100;
|
||||
public viewReady = false;
|
||||
|
||||
constructor(
|
||||
|
||||
@ -186,7 +186,8 @@ export class PdfViewerComponent implements OnInit, AfterViewInit, OnChanges {
|
||||
'toolsHeader',
|
||||
'rotateClockwiseButton',
|
||||
'rotateCounterClockwiseButton',
|
||||
'annotationStyleEditButton'
|
||||
'annotationStyleEditButton',
|
||||
'annotationGroupButton'
|
||||
]);
|
||||
|
||||
this.instance.setHeaderItems((header) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user