Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes a resolution used in the generation of a {@link geocortex.essentials.Report}.

Hierarchy

  • Resolution

Index

Constructors

Properties

Constructors

constructor

  • new Resolution(displayName?: string, dpi?: number): Resolution
  • Initializes a new instance of the Resolution class.

    Parameters

    • Optional displayName: string

      The display name of the Resolution.

    • Optional dpi: number

      The resolution in dots per inch.

    Returns Resolution

Properties

displayName

displayName: string

Configured display name for the Resolution object.

dpi

dpi: number

DPI of this resolution.