Options to control the server symbol output.
Property |
Type |
Description |
ConvertLabelExpressions |
bool |
Indicates whether label expressions need to be converted. |
PictureOutputType |
Picture output type for symbols that contain pictures. | |
PictureOutputTypeSpecified |
bool |
Indicates if PictureOutputType is specified. |
Remarks
When a layer’s symbol is simplified to a picture symbol, the Map service can return an image in a different format by specifying the PictureOutputType property. If this property is not specified, a PNG image is generated in an output folder and a url is returned to the client.
The default value for ConvertLabelExpressions is true. To convert label expressions and return simple label expressions in VBScript or Jscript (however it is in the source map document), set this parameter to false.