This document is archived and information here might be outdated. Recommended version. |
A set of name-value pairs for properties set for the MapServer Service Configuration Restrictions.
[Visual Basic .NET] Public ReadOnly Property ServiceConfigurationInfo As IPropertySet
[C#] public IPropertySet ServiceConfigurationInfo {get;}
[C++]
HRESULT get_ServiceConfigurationInfo(
IPropertySet** PropertySet
);
[C++] Parameters PropertySet [out, retval]
PropertySet is a parameter of type IPropertySet**
Use ServiceConfigurationInfo to get restrictions set for a map service by the publisher that are stored in map service configuration file (.cfg). This property returns a PropertySet. This PropertySet includes: MaximumRecordCount, MaximumBufferCount, MaximumImageWidth, MaximumImageHeight and SupportedImageFormatTypes .
Image formats supported by optimized MapServices are �PNG32, PNG24, PNG, JPG, DIB, TIFF , EMF, PS, PDF, GIF, SVG, SVGZ� and by standard MapServices are �PNG24, PNG, JPG, DIB, TIFF, EMF, PS, PDF, GIF, SVG, SVGZ, AI�.