Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VadimDez authored Apr 5, 2018
1 parent bfa9e39 commit f809e57
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,10 @@ Enable text rendering, allows to select text
```

#### [external-link-target]
_string_

| Property | Type | Required |
| --- | ---- | --- |
| [external-link-target] | *string* | *Optional* |

Used in combination with `[render-text]="true"`

Expand All @@ -190,7 +193,10 @@ Link target
```

#### [rotation]
_number_

| Property | Type | Required |
| --- | ---- | --- |
| [rotation] | *number* | *Optional* |

Rotate PDF

Expand All @@ -200,19 +206,24 @@ Rotate PDF
```

#### [zoom]
_number_

| Property | Type | Required |
| --- | ---- | --- |
| [zoom] | *number* | *Optional* |

Zoom pdf
```
[zoom]="0.5"
```

#### [original-size]
_boolean_

if set to *true* - size will be as same as original document
| Property | Type | Required |
| --- | ---- | --- |
| [original-size] | *boolean* | *Optional* |

if set to *false* - size will be as same as container block
* if set to *true* - size will be as same as original document
* if set to *false* - size will be as same as container block

```
[original-size]="true"
Expand Down

0 comments on commit f809e57

Please sign in to comment.