ESRI.ArcGIS.ADF.Tasks
QualityItemSettings Class
Members  See Also 
ESRI.ArcGIS.ADF.Tasks Namespace : QualityItemSettings Class




Settings for the print quality control in the print task UI. The setting contains not only a default value which is the index of the drop down list control to be displayed initially, but also whether or not the control should appear. The list of supported qualities is also stored here.

Object Model


Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class QualityItemSettings 
   Inherits ItemSettings(Of Integer)
Visual Basic (Usage)Copy Code
Dim instance As QualityItemSettings
C# 
[SerializableAttribute()]
public class QualityItemSettings : ItemSettings<int> 

Remarks

A QualityItemSettings object stores settings for aspects of the PrintTask dialog and print page relating to quality of the printed map.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.Tasks.ItemSettings<Int32>
      ESRI.ArcGIS.ADF.Tasks.QualityItemSettings

See Also

© 2010 All Rights Reserved.