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




Settings for various UI elements of the print task. Stores information about the default value and the visibility of the control.

Object Model

ItemSettings<T> Class

Syntax

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)Copy Code
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> 

Type Parameters

T
Type used to store default value.

Remarks

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:

Requirements

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

See Also

© 2011 All Rights Reserved.