ESRI.ArcGIS.ADF.Tasks
QualityList Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > QualityItemSettings Class : QualityList Property




Collection of quality items that indicate the supported print qualities.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ESRI.ArcGIS.ADF.Tasks.QualityItemCollectionEditor, ESRI.ArcGIS.ADF.Tasks, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<TypeConverterAttribute("ESRI.ArcGIS.ADF.Tasks.QualityItemCollectionConverter, ESRI.ArcGIS.ADF.Tasks, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<ResDescriptionAttribute("The collection of names and associated print resolutions that can be chosen from when printing the map.")>
Public Property QualityList As QualityItemCollection
Visual Basic (Usage)Copy Code
Dim instance As QualityItemSettings
Dim value As QualityItemCollection
 
instance.QualityList = value
 
value = instance.QualityList
C# 
[NotifyParentPropertyAttribute(true)]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ESRI.ArcGIS.ADF.Tasks.QualityItemCollectionEditor, ESRI.ArcGIS.ADF.Tasks, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[TypeConverterAttribute("ESRI.ArcGIS.ADF.Tasks.QualityItemCollectionConverter, ESRI.ArcGIS.ADF.Tasks, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[ResDescriptionAttribute("The collection of names and associated print resolutions that can be chosen from when printing the map.")]
public QualityItemCollection QualityList {get; set;}

Remarks

This property contains the collection of QualityItems that are displayed in the quality drop-down list if DisplayInDialog of the PrintTask is true. See PrintTask.QualitySettings for a discussion of print quality in the PrintTask.

See Also

© 2010 All Rights Reserved.