Skip to content

Commit

Permalink
Merge pull request #206 from borys-kupar/fix/doc-update
Browse files Browse the repository at this point in the history
Updated Readme for new [fit-to-page] option.
  • Loading branch information
VadimDez authored Nov 10, 2017
2 parents 816528b + 9699845 commit 9f7fa2f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export class AppComponent {
* [[rotation]](#rotation)
* [[zoom]](#zoom)
* [[original-size]](#original-size)
* [[fit-to-page]](#fit-to-page)
* [[show-all]](#show-all)
* [[autoresize]](#autoresize)
* [(after-load-complete)](#after-load-complete)
Expand Down Expand Up @@ -184,6 +185,15 @@ if set to *false* - size will be as same as container block
[original-size]="true"
```

#### [fit-to-page]
_boolean_

Works in combination with `[original-size]="true"`. You can show your document in original size, and make sure that it's not bigger then container block.

```
[fit-to-page]="false"
```

#### [show-all]
_boolean_

Expand Down

0 comments on commit 9f7fa2f

Please sign in to comment.