Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PrintTemplateProperties

Hierarchy

  • PrintTemplateProperties

Index

Properties

Optional attributionVisible

attributionVisible: boolean

When false, the attribution is not displayed on the printout.

Read more...

Optional exportOptions

Define the map width, height and dpi.

Read more...

Optional forceFeatureAttributes

forceFeatureAttributes: boolean

When true, the feature's attributes are included in feature collection layers even when they are not needed for rendering.

Read more...

Optional format

format: "png8" | "png32" | "jpg" | "gif" | "pdf" | "svg" | "svgz" | "eps"

The output format for the printed map.

Read more...

Optional layout

layout: "map-only" | "a3-landscape" | "a3-portrait" | "a4-landscape" | "a4-portrait" | "letter-ansi-a-landscape" | "letter-ansi-a-portrait" | "tabloid-ansi-b-landscape" | "tabloid-ansi-b-portrait"

The layout used for the print output.

Read more...

Optional layoutOptions

Defines the layout elements.

Read more...

Optional outScale

outScale: number

The optional map scale of the printed map.

Read more...

Optional scalePreserved

scalePreserved: boolean

Define whether the printed map should preserve map scale or map extent.

Read more...

Optional showLabels

showLabels: boolean

When true, labels will be shown on the layout.

Read more...

Generated using TypeDoc