Resolution Class
Describes a resolution used in the generation of a Report.
Inheritance Hierarchy
SystemObject
  Geocortex.Essentials.ClientResolution

Namespace: Geocortex.Essentials.Client
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
public class Resolution

The Resolution type exposes the following members.

Constructors
  NameDescription
Public methodResolution
Initializes a new instance of the Resolution class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyDisplayName
Gets the display name of the Resolution.
Public propertyDpi
Gets the DPI of the Resolution.
Top
See Also