Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ImageParametersProperties

Hierarchy

  • ImageParametersProperties

Index

Properties

Optional dpi

dpi: number

Dots per inch setting for an module:esri/layersMapImageLayer.

Read more...

Optional extent

Extent of map to be exported.

Read more...

Optional format

format: "png" | "png8" | "png24" | "png32" | "jpg" | "bmp" | "gif" | "pdf" | "svg"

Map image format.

Read more...

Optional height

height: number

Requested image height in pixels.

Read more...

Optional imageSpatialReference

imageSpatialReference: SpatialReferenceProperties

Spatial reference of exported map.

Read more...

Optional layerDefinitions

layerDefinitions: string[]

Array of layer definition expressions that allows you to filter the features of individual layers in the exported map image.

Read more...

Optional layerIds

layerIds: number[]

A list of layer IDs, that represent which layers to include in the exported map.

Read more...

Optional layerOption

layerOption: "show" | "hide" | "include" | "exclude"

The option for displaying or hiding the layer.

Read more...

Optional transparent

transparent: boolean

Indicates whether or not the background of the dynamic image is transparent.

Read more...

Optional width

width: number

Requested image width in pixels.

Read more...

Generated using TypeDoc