changed default fit mode to fitPage
This commit is contained in:
parent
a026f539fc
commit
70727931b7
@ -53,7 +53,7 @@ export class PdfViewerComponent implements OnInit, AfterViewInit, OnDestroy {
|
|||||||
}
|
}
|
||||||
|
|
||||||
wvDocumentLoadedHandler(): void {
|
wvDocumentLoadedHandler(): void {
|
||||||
this.wvInstance.setFitMode('FitWidth');
|
this.wvInstance.setFitMode('FitPage');
|
||||||
this.fileReady.emit();
|
this.fileReady.emit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user