zoom and fit test

This commit is contained in:
Eugenio Romano
2016-06-29 20:33:07 +01:00
parent 39b30e60f0
commit 4ba5450be6
4 changed files with 88 additions and 3 deletions

View File

@@ -189,6 +189,7 @@ export class PdfViewerComponent {
* @returns {boolean}
*/
isLandscape(width: number, height: number) {
console.log('width ' + width + 'height ' + height);
return (width > height);
}