FRAMES | NO FRAMES |
Parameters of rendering a task output as an image.
Availability: Business Analyst Server, Business Analyst Online.
class RenderingParameters
Property | Description |
---|---|
ImageDescription (optional) | Specifies settings of the image to be generated. Type ImageDescription. |
MapDescription (optional) | Specifies settings of a map of the current document. Type MapDescription. |
ZoomToLayer | Specifies either zoom the map to image or not. Type Boolean. |
If the ImageDescription property is null, the default values will be used. If the MapDescription property is null, the default map will be used for rendering.
If ZoomToLayer property value is true, the map will be zoomed to layer before rendering and the whole layer will be rendered to image. Otherwise, the current extent of the map will be drown with the layer on it. It is recommended to set this option to true value.