Printer border issue

Hi,
I am unable to remove border from images using printer plugin
i use the following
let page="img style=‘width:100%;height:100%;’ src=‘myphoto.png’ >
this.printer.print(page,{name:photo.html});
image is fully coverd on page but there is a small border on all four side of page.
i tried adjusting margin by setting -ve values images moved but goes behind the border
pls help
Thanks