From f72ceb93bdc03fdfa104740b54ec320d2bb24170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Katzer?= Date: Fri, 5 Aug 2016 16:50:44 +0200 Subject: [PATCH] Update README.md Fixed wrong default value --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 180435b..147b777 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ The method accepts a list of attributes. Not all are supported on each platform | landscape| The orientation of the printed content, portrait or landscape.
Defaults to: false | Boolean | all | | graystyle | If your application only prints black text, setting this property to _true_ can result in better performance in many cases.
Defaults to: false | Boolean | all | | printerId | The network URL to the printer. | String | iOS | -| border | Set to _true_ to skip any border. Useful for fullscreen images.
Defaults to: true | Boolean | iOS | +| border | Set to _false_ to skip any border. Useful for fullscreen images.
Defaults to: true | Boolean | iOS | | hidePageRange | Set to _true_ to hide the control for the page range.
Defaults to: false | Boolean | iOS | | hideNumberOfCopies | Set to _true_ to hide the control for the number of copies.
Defaults to: false | Boolean | iOS | | hidePaperFormat | Set to _true_ to hide the control for the paper format.
Defaults to: false | Boolean | iOS |