- T
- Type used to store default value.
![]() ![]() |
ESRI.ArcGIS.ADF.Tasks | |
ItemSettings<T> Class | |
Members See Also Send Feedback |
ESRI.ArcGIS.ADF.Tasks Namespace : ItemSettings<T> Class |

Visual Basic (Declaration) | |
---|---|
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")> <SerializableAttribute()> Public Class ItemSettings(Of T) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ItemSettings(Of T) |
C# | |
---|---|
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")] [SerializableAttribute()] public class ItemSettings<T> |
- T
- Type used to store default value.
ItemSettings is a class that consolidates properties for an aspect of the PrintTask. It is used directly for properties such as MapSettings, ScaleBarSettings and TitleSettings.
ItemSettings is extended by several classes that add additional settings for specific PrintTask properties:
- LegendItemSettings: used for the PrintTask's LegendSettings property.
- NorthArrowSettings: used for the PrintTask's NorthArrowSettings property.
- QualityItemSettings: used for the PrintTask's QualitySettings property.
- WidthItemSettings: used for the PrintTask's WidthSettings property.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family