@mapgear/geoapps > PrintOptions
PrintOptions interface
The options that are available when starting a Print
export interface PrintOptions 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| author | string | Author of the print | |
| date | string | Date of creation | |
| description | string | Description of the print | |
| layout | PrintLayoutType | Layout used for the print | |
| orientation | PrintOrientationType | Orientation used for the print | |
| pageSize | PrintPageSizeType | Format used for the print | |
| reference | string | Reference of the print | |
| scale | number | Scale used for the print | |
| showAuthor | boolean | Whether print has an author | |
| showButton | boolean | Whether print is interactive with link to map | |
| showCompass | boolean | Whether print has a compass | |
| showDate | boolean | Whether print has a date of creation | |
| showLegend | boolean | Whether print has a legen | |
| showOverview | boolean | Whether print has an overview | |
| showQR | boolean | Whether print has a QR code | |
| showReference | boolean | Whether print has a reference | |
| showScalebar | boolean | Whether print has a scalebar | |
| showSubtitle | boolean | Whether print has a subtitle | |
| showTitle | boolean | Whether print has a title | |
| subtitle | string | Subtitle of the print | |
| title | string | Title of the print | |
| url | string | The url that is part of the QR code and the button in the print |