The following tables list the members exposed by DynamicLayer.ImageParameters.
Name | Description | |
---|---|---|
DynamicLayer.ImageParameters Constructor | Initializes a new instance of the DynamicLayer.ImageParameters class. |
Name | Description | |
---|---|---|
Dpi | The dpi for the image requested. | |
Extent | The map extent that the image should cover | |
Height | The image height in pixels | |
Rotation | The rotation angle to generate the image for in degrees. This should only be set if the service supports rotation. The layer must implement DynamicLayer.ILayerSupportsRotation for this to be set. | |
TimeExtent | Gets the time extent. | |
Width | The image width in pixels | |
WrapAround | True if the export request should be generated for a wraparound viewport. This should only be set to true if the service supports wrap around. |